Hi,
We have a huge WPF application developed for many years, which has lot of menus like menu buttons, ribbon menu buttons, toggle menu buttons, contextual ribbon menus etc. Since there are lot of menus, providing search box on the top to quickly navigate to the menus/settings will benefit the users lot. I am expecting something similar to Search Box ( ctrl + Q ) in the top menu area of Visual studio or any other better solution. I have been thinking a manual solution that go over all the xaml files during application launch and parse, collect all menu text and its action etc, so this collection will be searched and action will be invoked something like that, but is there any framework / API readily available or any other solution to implement this functionality?
Thanks
Ravi.
Junaid MuslaPosted Sep 29, 2020, 4:52 AM
On login, create a collection of all the menu items which you need to add to quick search.
Thats it. Hope this will be helpful.
Ravi PPosted Sep 28, 2020, 2:50 PM
Junaid MuslaPosted Sep 28, 2020, 1:05 AM
I would like to know if your menu is Database driven or not ?