Functional Controls to Control and Monitor Behavior

Functional controls such as ScrollBar, ScrollViewer, Slider, and ProgressBar help to control and monitor both application and content behavior and visibility. The following sections describe these controls.

The RangeBase Class

The System.Windows.Controls.Primitives.RangeBase class provides behavior to handle a range of values and a selected value within that range. It is the base class for the ScrollBar, Slider, and ProgressBar controls. The RangeBase class uses value coercion to ensure that the current value is within the range. (In other words, the value remains between or equal to the minimum and maximum defined values.) The system raises an ArgumentException if any of the properties defining ...

Get XAML Developer Reference 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.