Summary
Gets the value of the VerticalScrollBarVisibility attached property.
- Namespace
- Avalonia
.Controls - Containing Type
- ScrollViewer
Syntax
public static void SetVerticalScrollBarVisibility(Control control, ScrollBarVisibility value)
Parameters
Name | Type | Description |
---|---|---|
control | Control | The control to set the value on. |
value | ScrollBarVisibility | The value of the property. |
Return Value
Type | Description |
---|---|
void |