Class ScrollBar
Provides attached properties for ScrollBars.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ScrollBar : DependencyObject
Fields
View SourceVisibilityModeProperty
Declaration
public static readonly DependencyProperty VisibilityModeProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
View SourceGetVisibilityMode(DependencyObject)
Gets the ScrollBar visibility mode.
Declaration
public static ScrollBarVisibilityMode GetVisibilityMode(DependencyObject element)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element. |
Returns
| Type | Description |
|---|---|
| ScrollBarVisibilityMode |
See Also
View SourceSetVisibilityMode(DependencyObject, ScrollBarVisibilityMode)
Sets the ScrollBar visibility mode.
Declaration
public static void SetVisibilityMode(DependencyObject element, ScrollBarVisibilityMode value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element. |
| ScrollBarVisibilityMode | value | The value. |