I have a menu which stretches across the entire page, but the top level items only take up half the page. Is there a way to make the items stretch dynamically so they fill the entire menu bar? Much like you can do on a tab page?
Hi there,
By default menu items are stretched evenly to fill the entire menu width. However this is done when there is explicitly defined width for the menu itself. You can specify the Width property of UltraWebMenu, and do not specify any other style properties. Then the menu items will be evenly stretched to fill that width.
Hope this helps!