LinedFlowLayout.RequestedRangeLength 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 currently using sizing information provided through the ItemsInfoRequested event.
public:
property int RequestedRangeLength { int get(); };
int RequestedRangeLength();
public int RequestedRangeLength { get; }
var int32 = linedFlowLayout.requestedRangeLength;
Public ReadOnly Property RequestedRangeLength As Integer
Property Value
Int32
int
The number of items currently using sizing information provided through the ItemsInfoRequested event (a value greater than 0 and less than or equal to the source collection size), or 0 if no item is using sizing information. The default is 0.