Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 640 Bytes

listviewbase_showsscrollingplaceholders.md

File metadata and controls

28 lines (19 loc) · 640 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ListViewBase.ShowsScrollingPlaceholders
winrt property

Microsoft.UI.Xaml.Controls.ListViewBase.ShowsScrollingPlaceholders

-description

Gets or sets a value that indicates whether the view shows placeholder UI for items during scrolling.

-xaml-syntax

<listViewBase ShowsScrollingPlaceholders="bool" />

-property-value

true if the view shows placeholder UI for items during scrolling; otherwise, false. The default is true.

-remarks

-examples

-see-also