LinedFlowLayout.RequestedRangeStartIndex 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 smallest index of the items currently using sizing information provided through the ItemsInfoRequested event. A value of -1 indicates that no sizing information from ItemsInfoRequested
is being used.
public:
property int RequestedRangeStartIndex { int get(); };
int RequestedRangeStartIndex();
public int RequestedRangeStartIndex { get; }
var int32 = linedFlowLayout.requestedRangeStartIndex;
Public ReadOnly Property RequestedRangeStartIndex As Integer
Property Value
int
The smallest index of the items currently using sizing information provided through the ItemsInfoRequested event (a value greater than or equal to 0 and less than the source collection size), or -1 when no item is using sizing information provided through the ItemsInfoRequested
event.