I am currently using the DynamicItemStart
feature to create a list of menu items dynamically and it works fine for normal button items. Is there a way to also dynamically create a list of sub-menus that will then contain the actual command buttons? I want to achieve a structure like this:
File
My Root Item
Group 1 (dynamic)
Item 1.1 (dynamic)
Item 1.2 (dynamic)
Item 1.3 (dynamic)
Group 2 (dynamic)
Item 2.1 (dynamic)
Group 3 (dynamic)
Item 3.1 (dynamic)
Item 3.2 (dynamic)
Is this even possible?