I have a Listbox control in my XAML window which will show around 500 items at runtime.I need to navigate through this items using keyboard like Windows Explorer. For example in Windows Explorer, when we type a key "a" it will automatically select an item which start with the key a. This will provide more usability to user. Does anyone know how to solve this? Thanks in advance
You can solve this issue using "TextSearch.TextPath". Name should be the property you want to navigate through the Listbox.
<ListBox TextSearch.TextPath="Name" IsTextSearchEnabled="True"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With