I created a ListGrid subclass including a ToolStrip component as an extra grid component. That ToolStrip contains a form with filters for the grid's data. The form shows one or more fields horizontally aligned (in one row). Because of limited space, I would like to add a drop down button (or menu) that allows extra filter fields being shown vertically. The screenshot below, shows what I have so far, using a PickTreeItem to show the "Other filters" button, but I don't think this component is suitable. Clicking the button should show a couple of checkboxes that allow a tri-state selection ("on", "off", "both"), but it should be possible to add other types of fields as well.
I've seen the AdaptiveMenu example and that looks promising, but that menu is part of a ToolStrip and not a form. Because my form is also in a ToolStrip, I might be able to add that AdaptiveMenu after the form, but I need to be able to post the form data as a whole.
Any help would be appreciated.
I've seen the AdaptiveMenu example and that looks promising, but that menu is part of a ToolStrip and not a form. Because my form is also in a ToolStrip, I might be able to add that AdaptiveMenu after the form, but I need to be able to post the form data as a whole.
Any help would be appreciated.
Comment