LinedFlowLayout.RequestedRangeLength Property

Definition

Gets the number of items currently using sizing information provided through the ItemsInfoRequested event.

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

Property Value

Int32

int

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

Applies to