w-ahmad / WinUI.TableView

A light weight TableView component for WinUI3
MIT License
134 stars 9 forks source link

Colum Checkbox has a bug #61

Open lostluna1 opened 3 hours ago

lostluna1 commented 3 hours ago

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:

lostluna1 commented 3 hours ago

Within 1 second, not in 1 second