ItemsSource for XamDockManager Elements Andrew Smith [Infragistics] / Tue, Jan 12, 2010 A number of people have asked about binding the ItemsSource of a TabGroupPane to their collection. This is not supported by the TabGroupPane so I thought I would explain why and provide an alternative...
Hosting WPF Controls in a XamDataGrid Cell Andrew Smith [Infragistics] / Fri, Mar 27, 2009 By default, the elements used to display and edit values in a XamDataGrid cell are based on the ValueEditor associated with that Field. The EditorType and/or EditorStyle is used to determine which ValueEditor...
BitmapEffects Andrew Smith [Infragistics] / Wed, Apr 9, 2008 BitmapEffects should be used sparingly since currently 1 they are software rendered but judicious limited usage of them can provide some nice effects for your application. In some cases, their usage is...
MousePanning in WPF Andrew Smith [Infragistics] / Fri, Apr 4, 2008 Many applications such as Microsoft Office and web browsers provide the ability to scroll by pressing down the middle mouse button and dragging in the direction that you want to scroll. This feature is...
Disabled Images in WPF Andrew Smith [Infragistics] / Sun, Mar 30, 2008 I think most developers and end users have come to expect that when a menu item or button is disabled that the image and text within that item are displayed as grayed out. This provides a visual indication...