Avalonia.Controls.TreeDataGrid icon indicating copy to clipboard operation
Avalonia.Controls.TreeDataGrid copied to clipboard

how to set checkbox column's header as checkbox

Open AmberHan opened this issue 9 months ago • 1 comments

how to set checkbox column's header as checkbox <DataTemplate> <LightCheckBox Margin="8 0 0 0" HorizontalAlignment="Left" IsChecked="{ReflectionBinding IsSelected}" Command="{ReflectionBinding ElementName=View, Path=DataContext.UpdateAllCheckedCommand}" /> </DataTemplate>

AmberHan avatar May 24 '24 03:05 AmberHan