Hello,
I'm trying to add menu items programmatically in my application, it is possible to indent a new item? How?
Regards
Solved! Go to Solution.
If you want to add submenus to an existing menu, you can use the VI "Insert Menu Items" and add items under existing menu items. Otherwise, if you just want to indent the new menu, I would just add several spaces to the beginning of the item tags.
Thank you, I realized my question was pointless as I didn't try before asking, the Insert menu items does what I need exactly