Share via


ScrollView.IgnoredInputKinds Property

Definition

Gets or sets the kinds of user input the control does not respond to.

public:
 property ScrollingInputKinds IgnoredInputKinds { ScrollingInputKinds get(); void set(ScrollingInputKinds value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
ScrollingInputKinds IgnoredInputKinds();

void IgnoredInputKinds(ScrollingInputKinds value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
ScrollingInputKinds IgnoredInputKinds();

void IgnoredInputKinds(ScrollingInputKinds value);
public ScrollingInputKinds IgnoredInputKinds { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
public ScrollingInputKinds IgnoredInputKinds { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] set; }
var scrollingInputKinds = scrollView.ignoredInputKinds;
scrollView.ignoredInputKinds = scrollingInputKinds;
Public Property IgnoredInputKinds As ScrollingInputKinds

Property Value

A combination of enumeration member values that indicates the kinds of user input the control does not respond to. The default is None.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to