I have a Toolbar that contains a ToolbarButton of style DropDownMenu. This menu displays a set of items which are the ListBox column names that the user can check or un-check to show and hide the columns in the ListBox. Currently if the user wants to hide or show multiple columns, the user needs to show this menu every time. Does anyone know of a way to allow the user to click a menu item in this DropDownMenu so the menu doesn’t hide, just updates the check state? So the user can click several column names then click somewhere else to hide the menu. Or in code can you show the DropDownMenu after an item has been clicked?
This is for Desktop macOS and Windows. Running Xojo 2024r4.2
Thanks, Mark