spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

Keyboard event for Autocomplete control #106

Open ncxn opened 4 years ago

ncxn commented 4 years ago

Hello, Thanks for this extension.

Can Anyone help my case:

Press key down (or tab), focus to first item of popup if current cursor in search text (Now press the key twice.)
Press key up , focus to to search text box (if current first item of popup selected) Press key Shift + Tab, focus to to search text box.

Thanks for help!