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

EnsureVisible Method

Open Developer-Alexander opened this issue 1 year ago • 1 comments

The TreeView of Windows Forms has feature called EnsureVisible method which is very useful. (https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.treenode.ensurevisible?view=windowsdesktop-7.0)

This feature is essential for my app.

Is there something equivalent? If no I would like to.

Developer-Alexander avatar Jul 04 '23 06:07 Developer-Alexander

https://github.com/AvaloniaUI/Avalonia/issues/12027#issuecomment-1619662822

Gillibald avatar Jul 04 '23 07:07 Gillibald