-
Menu Search option
I have a menu in an application that has a lot of content, is there such a thing to have a search box that can locate a word in the menu, e.g. If I was looking for billing and typed in bill, it would list the words related to bill as I type? I wanted to know this because its just a complex menu for several departments, having a search would make it easier. Thank you.
-
Re: Menu Search option
I would say it depends how your menu exists. You can add your menu items to a list, and then use a combo box after update event to search if list.contains (combobox.text), and populate it. Maybe then use the a selected item event or a go button to process the selected item
-
Re: Menu Search option
Yeah I created a list to make it easier to find different topics in the menu, just wasn't sure if it was possible to create a search from that, I have ideas so will play.