ItemsWrapGrid.LastVisibleIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index in the data collection of the last item on the screen. Partially visible items are considered to be on screen.
public:
property int LastVisibleIndex { int get(); };
int LastVisibleIndex();
public int LastVisibleIndex { get; }
var int32 = itemsWrapGrid.lastVisibleIndex;
Public ReadOnly Property LastVisibleIndex As Integer
Property Value
Int32
int
The index in the data collection of the last item on the screen. The default is -1.