Andrew Smith

What's in the box - NA for Windows Forms & WPF

Browse by Tags

All Tags » NetAdvantage for WPF   (RSS)
BitmapEffects
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 necessary to duplicate a particular look and feel Read More...
MousePanning in WPF
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 often referred to as mouse panning. When you press Read More...
Disabled Images in WPF
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 that the item is not available for use. I can Read More...