Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 637 Bytes

scrollingcontentorientation.md

File metadata and controls

40 lines (22 loc) · 637 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.ScrollingContentOrientation
winrt enum

Microsoft.UI.Xaml.Controls.ScrollingContentOrientation

-description

Defines constants that specify the orientation of content scrolling in a ScrollView.

-enum-fields

-field Vertical: 0

Content can scroll vertically.

-field Horizontal: 1

Content can scroll horizontally.

-field None: 2

Content cannot scroll either horizontally or vertically.

-field Both: 3

Content can scroll both horizontally and vertically.

-remarks

-see-also

-examples