August 2007
Intermediate to advanced
864 pages
25h 52m
English
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ItemsControl
System.Windows.Controls.Primitives.SelectorSelector adds item selection
functionality to its base class, ItemsControl. The selection management is
designed to work with a single linear list of items, so although this is
the base class of ComboBox, ListBox, and ListView, it is not the base class of TreeView. TreeView derives directly from ItemsControl and implements its own selection
management.