May 2010
Intermediate to advanced
1272 pages
61h 18m
English
GroupBoxThe WPF GroupBox control has the same purpose for same named controls in other technologies, offering a container with a header and a border for grouping nested controls. The following code shows how you can implement a GroupBox, assigning its headers and nesting controls:

Figure 32.9 shows the output of this code.
Figure 32.9 Grouping controls with a GroupBox.

Notice that in this example the Header property is defined in the hierarchical fashion, meaning that you can add to the header complex visual elements other than simple text. For ...
Read now
Unlock full access