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.PanelPanel is the abstract base
class of elements that contain and arrange multiple child elements. Each
derived type implements a particular layout strategy. For example,
StackPanel arranges items in a single
column or a row. We describe the panel types and their layout mechanisms
in Chapter 3.