Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 498 Bytes

icollectionview_movecurrenttofirst_1493337473.md

File metadata and controls

22 lines (15 loc) · 498 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Data.ICollectionView.MoveCurrentToFirst
winrt method

Microsoft.UI.Xaml.Data.ICollectionView.MoveCurrentToFirst

-description

Sets the first item in the view as the CurrentItem.

-returns

true if the resulting CurrentItem is an item within the view; otherwise, false.

-remarks

-examples

-see-also