Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 521 Bytes

icollectionview_hasmoreitems.md

File metadata and controls

24 lines (15 loc) · 521 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Data.ICollectionView.HasMoreItems
winrt property

Windows.UI.Xaml.Data.ICollectionView.HasMoreItems

-description

Gets a sentinel value that supports incremental loading implementations. See also LoadMoreItemsAsync.

-property-value

true if additional unloaded items remain in the view; otherwise, false.

-remarks

-examples

-see-also