WPF 4 Unleashed - eBookTM - Great eBook, eBook Share, Free eBook by Xaml editor

Wed, 01 Dec 2010 23:54:54 -0700

WPF 4 Unleashed - eBookTM - Great eBook, eBook Share, Free eBook

by Xaml editor @ Wed, 01 Dec 2010 23:54:54 -0700



Adam Nathan is a principal software development engineer for Microsoft Visual Studio, the latest version of which has been transformed into a first-class WPF application. Adam was previously the founding developer and architect for ...

What's the best component to subclass?
In WPF, if I want to make some sort of custom control (which I do a lot, for modularity's sake, even if the control is only used in one place), I most often subclass UserControl, which is a boring class that has a single Content element ...