DevZest WPF Docking
ScrollButtonVisibilityConverter Class |
Converts the offset, extent and viewport values of ScrollViewer to
a Visibility value indicates whether the scroll button should be displayed.
Inheritance Hierarchy
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The ScrollButtonVisibilityConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScrollButtonVisibilityConverter | Initializes a new instance of the ScrollButtonVisibilityConverter class |
Methods
Name | Description | |
---|---|---|
Convert | Converts the offset, extent and viewport values of ScrollViewer to
a Visibility value indicates the display state of scroll button. |
See Also