Share via


LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength Property

Definition

Gets the number of items for which sizing information is requested.

public:
 property int ItemsRangeRequestedLength { int get(); };
int ItemsRangeRequestedLength();
public int ItemsRangeRequestedLength { get; }
var int32 = linedFlowLayoutItemsInfoRequestedEventArgs.itemsRangeRequestedLength;
Public ReadOnly Property ItemsRangeRequestedLength As Integer

Property Value

Int32

int

A value greater than 0 that indicates the range length of the requested item sizing information.

Remarks

The requested range starts at index ItemsRangeStartIndex and ends at index ItemsRangeStartIndex + ItemsRangeRequestedLength - 1.

Applies to