May 2010
Intermediate to advanced
1272 pages
61h 18m
English
StatusBarWPF enables placing status bars at the bottom of a Window. This is accomplished by declaring a StatusBar object that nests StatusBarItems elements. The good news is that you are not limited to adding text to a StatusBar, because you can add several kinds of visual elements. The following example shows adding text and a ProgressBar into a StatusBar:

Figure 32.19 shows the result of the preceding code. You access members in the bar at the Visual Basic level via their identifiers.
Figure 32.19 A StatusBar with nested controls.

Read now
Unlock full access