Share via


ScrollPresenter.ComputedHorizontalScrollMode Property

Definition

Gets a value that indicates the effective ability to scroll horizontally by means of user input.

public:
 property ScrollingScrollMode ComputedHorizontalScrollMode { ScrollingScrollMode get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollPresenter::s_defaultComputedHorizontalScrollMode")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollPresenter::s_defaultComputedHorizontalScrollMode")]
ScrollingScrollMode ComputedHorizontalScrollMode();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollPresenter::s_defaultComputedHorizontalScrollMode")]
public ScrollingScrollMode ComputedHorizontalScrollMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollPresenter::s_defaultComputedHorizontalScrollMode")] get; }
var scrollingScrollMode = scrollPresenter.computedHorizontalScrollMode;
Public ReadOnly Property ComputedHorizontalScrollMode As ScrollingScrollMode

Property Value

A value of the enumeration that indicates the effective ability to scroll horizontally by means of user input.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to