Fix copying grid contents to clipboard
This commit is contained in:
parent
58a0468728
commit
3f2ac83474
3 changed files with 16 additions and 32 deletions
|
|
@ -54,11 +54,6 @@ namespace LibationAvalonia.Views
|
|||
}
|
||||
}
|
||||
|
||||
private void ProductsGrid_Sorting(object sender, DataGridColumnEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void RemoveColumn_PropertyChanged(object sender, AvaloniaPropertyChangedEventArgs e)
|
||||
{
|
||||
if (sender is DataGridColumn col && e.Property.Name == nameof(DataGridColumn.IsVisible))
|
||||
|
|
@ -68,11 +63,6 @@ namespace LibationAvalonia.Views
|
|||
}
|
||||
}
|
||||
|
||||
public void DataGrid_CopyToClipboard(object sender, DataGridRowClipboardEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void InitializeComponent()
|
||||
{
|
||||
AvaloniaXamlLoader.Load(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue