LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.