AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
25.27k stars 2.19k forks source link

EnsureVisible method for TreeView #12027

Open Developer-Alexander opened 1 year ago

Developer-Alexander commented 1 year ago

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)

Is there something equivalent for the TreeView of Avalonia?

This feature is essential for my app becaus I need it for searching and nagigating through the tree.

Gillibald commented 1 year ago

Control.BringIntoView is what you are looking for