February 2015
Intermediate to advanced
768 pages
26h 24m
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 the default look of 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 ...
Read now
Unlock full access