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.HeaderedItemsControlHeaderedItemsControl derives
from ItemsControl, so it does
everything that Control does, but it
also adds a Header property designed
to hold a single item of content. This works in the same way as the
Content property of ContentControl.
Elements derive from HeaderedItemsControl if they need to present
both a caption and a set of children. For example, both MenuItem and TreeViewItem derive from this class.