AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
233 stars 48 forks source link

How to implement double-click on Row or Cell selection to display detailed view. #274

Open IftikharK opened 3 months ago

IftikharK commented 3 months ago

In Avalonia, I am utilizing TreeDataGrid to display flat data. My aim is to implement a feature where if a user double-clicks on a row or a cell within the grid, it will display the detailed view. Is this achievable with TreeDataGrid? Any assistance regarding this matter would be greatly appreciated.

OrderSource