ScrollView.ComputedVerticalScrollMode 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 ability to scroll vertically by means of user input.
public:
property ScrollingScrollMode ComputedVerticalScrollMode { ScrollingScrollMode get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollMode")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollMode")]
ScrollingScrollMode ComputedVerticalScrollMode();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollMode")]
public ScrollingScrollMode ComputedVerticalScrollMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedVerticalScrollMode")] get; }
var scrollingScrollMode = scrollView.computedVerticalScrollMode;
Public ReadOnly Property ComputedVerticalScrollMode As ScrollingScrollMode
Property Value
A value of the enumeration that indicates the effective ability to scroll vertically by means of user input.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute