Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 593 Bytes

scrollviewer_cancontentrenderoutsidebounds.md

File metadata and controls

25 lines (15 loc) · 593 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ScrollViewer.CanContentRenderOutsideBounds
winrt property

Microsoft.UI.Xaml.Controls.ScrollViewer.CanContentRenderOutsideBounds

-description

Gets or sets a value that indicates whether scrolled content can render outside the bounds of the ScrollViewer.

-property-value

true if scrolled content can render outside the bounds of the ScrollViewer; otherwise, false. The default is false.

-remarks

-see-also

-examples