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

A combined TreeView/DataGrid for Avalonia.

Results 145 Avalonia.Controls.TreeDataGrid issues
Sort by recently updated
recently updated
newest added

Implements auto drag/drop support which allows reordering rows by drag/drop.

Hi, the SortBy(...) method of FlatTreeDataGridSource is private, it would be very useful if it could be public, as the same method is public of HierarchicalTreeDataGridSource. Can you change it...

Added a new `CheckBoxColumn` type to display checkboxes without having to resort to a template column. Supports 2- and 3-state checkboxes.

I am using the TreeDataGrid custom template now, and it feels very stuck. Is there any way to optimize this stuck? In addition, if the icon of the expand/collapse button...

Hello, i'm trying out TreeDataGrid - Flat view and would like to achieve to update UI when property is changed. Reading the docs, this should work. Currently I need to...

This can be set to allow scrolling in e.g. `RowsPresenter` where the specified index is scrolled to the top (as opposed to the top or bottom depending on the direction...

Hi, Let's say my viewmodel don't have some kind of IsEpanded property, but I want to ask the DataTreeGrid to expand / collapse all nodes. How would I do that...

Randomly got this exception. Flat source was used. Shouldn't Move operation be supported as well? ``` Unhandled exception. System.NotSupportedException: Collection Move not supported. at Avalonia.Controls.Selection.TreeSelectionNode`1.OnSourceCollectionChanged(NotifyCollectionChangedEventArgs e) in /_/src/Avalonia.Controls.TreeDataGrid/Selection/TreeSelectionNode.cs:line 158 at...

bug