-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ItemsControl.IsTextSearchEnabled #6086
Comments
I think you are looking for AutoCompleteBox, which is basically drop down control with search input. |
Hi, thanks for the quick response! Sorry, I might not have been clear enough. The feature I'm talking about is a hidden shortcut for quickly navigating long lists, similar to this: NJlnRBaYPY.mp4 |
Oh, I got it. You need something similar to ItemsControl.IsTextSearchEnabled. I don't think it will be easy to add "TextSearch.TextPath" or equivalent though, since we need always prefer compile time properties without using reflection over property name. |
Meanwhile it shouldn't be hard to create your own implementation of ListBox that will listen for TextInput |
Is your feature request related to a problem? Please describe.
In WPF and most other Windows apps, you can type in lists to select the first entry that matches what you typed. This doesn't appear to be possible in Avalonia.
The text was updated successfully, but these errors were encountered: