ItemsView.CurrentItemIndex Propiedad

Definición

Obtiene el índice del último elemento que tenía el foco, si existe.

public:
 property int CurrentItemIndex { int get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
int CurrentItemIndex();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
public int CurrentItemIndex { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] get; }
var int32 = itemsView.currentItemIndex;
Public ReadOnly Property CurrentItemIndex As Integer

Valor de propiedad

Int32

int

Índice del último elemento que tenía el foco; o -1 cuando no hay ningún elemento actual, que se produce cuando la recopilación de datos está vacía o el control nunca se ha centrado.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a