इसके माध्यम से साझा किया गया


ItemsStackPanel.LastVisibleIndex Property

Definition

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 = itemsStackPanel.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.

Applies to