GridView.ItemClickCommand is not implemented in WinUI #19097
-
<GridView Grid.Row="3"
ItemsSource="{x:Bind VM.Maquines, Mode=OneWay}"
ItemTemplate="{StaticResource MachineCardNormalTemplate}"
IsItemClickEnabled="True"
SelectedItem="{x:Bind VM.MaquinaSeleccionada, Mode=TwoWay}"
ItemClickCommand="{x:Bind VM.NavegarPaginaMaquinaCommand}">
</GridView>
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for the question! There's no Yet, since |
Beta Was this translation helpful? Give feedback.
-
Just a question @jeromelaban , when |
Beta Was this translation helpful? Give feedback.
Thanks for the question! There's no
ItemClickCommand
onGridView
.Yet, since
GridView
inherits fromListViewBase
, you can use ourCommandExtensions
.