Range-Based Controls

Silverlight includes three controls that use the concept of a range. These controls take a numeric value that falls in between a specific minimum and maximum value. These controls—ScrollBar, Slider, and ProgressBar—derive from the RangeBase class (which itself derives from the Control class). The RangeBase class adds a ValueChanged event, a Tooltip property, and the range properties shown in Table 5-6.

images

images

Ordinarily, there's no need to use the ScrollBar control directly. The higher-level ScrollViewer control, which wraps two ScrollBar ...

Get Pro Silverlight 5 in VB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.