ScrollPresenter.ComputedHorizontalScrollMode 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 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