Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
641
Center Top Level Items
posted

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?

  • 4493
    Verified Answer
    posted

    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!