Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.22 KB

orientedvirtualizingpanel_canhorizontallyscroll.md

File metadata and controls

26 lines (17 loc) · 1.22 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.CanHorizontallyScroll
winrt property

Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.CanHorizontallyScroll

-description

Gets or sets a value that determines how the OrientedVirtualizingPanel measures space for child elements for possible scrolling in the horizontal dimension.

-property-value

true to support a potentially infinite horizontal layout dimension. false to restrict to available size.

-remarks

Note

This property is not intended to be set in XAML. You can set the panel's Orientation property in XAML and optionally change the ScrollViewer.HorizontalScrollBarVisibility or ScrollViewer.VerticalScrollBarVisibility to change how scrolling works. This property can be changed in code. In some cases you will need to use VisualTreeHelper to access the panel.

-examples

-see-also