ItemsStackPanel.FirstCacheIndex 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 index in the data collection of the first item in the cache.
public:
property int FirstCacheIndex { int get(); };
int FirstCacheIndex();
public int FirstCacheIndex { get; }
var int32 = itemsStackPanel.firstCacheIndex;
Public ReadOnly Property FirstCacheIndex As Integer
Property Value
Int32
int
The index in the data collection of the first item in the cache. The default is -1.
Remarks
The index of the container for the very first item and the focused items are not reported if they are not in the cache.