Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 517 Bytes

itemsstackpanel_lastvisibleindex.md

File metadata and controls

24 lines (15 loc) · 517 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ItemsStackPanel.LastVisibleIndex
winrt property

Windows.UI.Xaml.Controls.ItemsStackPanel.LastVisibleIndex

-description

Gets the index in the data collection of the last item on the screen. Partially visible items are considered to be on screen.

-property-value

The index in the data collection of the last item on the screen. The default is -1.

-remarks

-examples

-see-also