w-ahmad/WinUI.TableView

Colum Checkbox has a bug

Closed this issue · 1 comments

Description:

when i clicked the button and release in 1 second, you can see it, it not work

<table:TableView
    x:Name="OrderDataGrid"
    Height="700"
    Margin="0,18,0,0"
    AutoGenerateColumns="False"
    IsReadOnly="True"
    ItemsSource="{x:Bind Path=ViewModel.Orders, Mode=OneWay}"
    SelectedItem="{x:Bind Path=ViewModel.SelectedOrder, Mode=TwoWay}"
    SelectionMode="Multiple"
    SelectionUnit="Row">

Screenshots:

image

Environment:

  • Package Version:
  • WinAppSDK Version:

Within 1 second, not in 1 second