Hello,
I am using the WebLayout, inside of which I have two panels. It is in horizontal orientation.
The top WebLayoutPanel contains an asp menu. The bottom WebLayoutPanel is set to Filled=true. This makes the top panel trimmed to it's preferred size. But when I hover over my menu, the popup menus are hidden. (overflow is set to hidden).
The reason I have this setup is because the bottom panel has a splitter control in it, set to FillParentControl.
How do I get the menu to work correctly on the page with the WebLayout control.
Also, On a different implementation, I noticed that the menu is displayed under the splitter bar. Do you have a recommendation for this?
Thanks!