Compartilhar via


LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength Propriedade

Definição

Obtém o número de itens para os quais as informações de dimensionamento são solicitadas.

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

Valor da propriedade

Int32

int

Um valor maior que 0 que indica o comprimento do intervalo das informações de dimensionamento de item solicitadas.

Comentários

O intervalo solicitado começa no índice ItemsRangeStartIndex e termina no índice ItemsRangeStartIndex + ItemsRangeRequestedLength - 1.

Aplica-se a