December 2014
Intermediate to advanced
512 pages
17h 4m
English
In an ideal world, you would never need to use a ProgressBar in your app. But when faced with long-running operations or having to wait for content to transfer over the network, showing users a ProgressBar helps them realize that progress is indeed being made. Therefore, using a ProgressBar in the right places can dramatically improve usability. Figure 14.1 displays a ProgressBar with its Value set to 40.
FIGURE 14.1 A ProgressBar showing 40% progress
ProgressBar has a default Minimum of 0 and a default Maximum of 100. It adds only three public properties to what RangeBase already provides:
IsIndeterminate—When this is set to ...
Read now
Unlock full access