Share via


LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeStartIndex Property

Definition

Gets or sets the start of the item range with sizing information.

public:
 property int ItemsRangeStartIndex { int get(); void set(int value); };
int ItemsRangeStartIndex();

void ItemsRangeStartIndex(int value);
public int ItemsRangeStartIndex { get; set; }
var int32 = linedFlowLayoutItemsInfoRequestedEventArgs.itemsRangeStartIndex;
linedFlowLayoutItemsInfoRequestedEventArgs.itemsRangeStartIndex = int32;
Public Property ItemsRangeStartIndex As Integer

Property Value

Int32

int

The index of the first item for which sizing information is requested.

Remarks

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

If sizing information is available for a larger range than the requested one, this property can be updated with a smaller value that indicates the actual start of the provided range. The new value must be greater than or equal to 0.

Applies to