LinedFlowLayout.RequestedRangeStartIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前使用通过 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 且小于源集合大小) ;如果没有项目使用通过 ItemsInfoRequested
事件提供的大小调整信息,则为 -1。