Share via


LinedFlowLayout.RequestedRangeStartIndex 屬性

定義

取得目前使用 ItemsInfoRequested 事件所提供的重設大小資訊之專案的最小索引。 值 -1 表示未使用任何重 ItemsInfoRequested 設大小資訊。

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

屬性值

Int32

int

目前使用 ItemsInfoRequested 事件所提供的大小資訊的專案最小索引, (大於或等於 0 且小於來源集合大小) ,或 -1 表示沒有專案使用透過 ItemsInfoRequested 事件提供的大小資訊時。

適用於