LinedFlowLayout.RequestedRangeStartIndex Property

Definition

Gets the smallest index of the items currently using sizing information provided through the ItemsInfoRequested event. A value of -1 indicates that no sizing information from ItemsInfoRequested is being used.

public:
 property int RequestedRangeStartIndex { int get(); };
int RequestedRangeStartIndex();
public int RequestedRangeStartIndex { get; }
var int32 = linedFlowLayout.requestedRangeStartIndex;
Public ReadOnly Property RequestedRangeStartIndex As Integer

Property Value

Int32

int

The smallest index of the items currently using sizing information provided through the ItemsInfoRequested event (a value greater than or equal to 0 and less than the source collection size), or -1 when no item is using sizing information provided through the ItemsInfoRequested event.

Applies to