ScrollView.ComputedVerticalScrollBarVisibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the effective visibility of the vertical scrollbar.
public:
property Visibility ComputedVerticalScrollBarVisibility { Visibility get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollBarVisibility")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollBarVisibility")]
Visibility ComputedVerticalScrollBarVisibility();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollBarVisibility")]
public Visibility ComputedVerticalScrollBarVisibility { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollBarVisibility")] get; }
var visibility = scrollView.computedVerticalScrollBarVisibility;
Public ReadOnly Property ComputedVerticalScrollBarVisibility As Visibility
Property Value
A value of the enumeration that indicates the effective visibility of the vertical scrollbar.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute