The selected menu has 3 levels and only 2 are allowed. Property Menu of menu bar menuBar1 Layout TopBar_Fixed NavigationLayouts. What is the solution for this error?

0
I am trying to create a subitem in Menu bar of Navigation. I am getting an error like  The selected menu has 3 levels and only 2 are allowed.Property 'Menu' of menu bar 'menuBar1'Layout 'TopBar_Fixed'NavigationLayouts. Can anyone help me.... Thanks & Regards, Venkat
asked
1 answers
4


You can only go one layer deep, so you can create a subitem, but as soon as you create a sub-sub item, you get errors.

You've probably gone a level too deep in your menu somewhere.

answered