ScrollView.IgnoredInputKinds 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 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