Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    menu drop down open to left?

    Is it possible to have the drop-down from a menu-item to expand to the LEFT hand side instead of the right?

    Reason for question: we have a menuitem that is on the right hand side of screen. When a user clicks on the dropdown for the menuitem, the dropdown appears, but it's width is much larger than the original menuitem name. SmartGWT therefore "expands" the dropdown to the right, which causes the whole screen size to increae, which then temporarily causes horizontal scrollbars to appear. All of this could be solved if we can get the menuitem to expand to the left.

    Miscellaneous Infrastucture Details:
    ==================================
    OS: Windows XP Pro
    IDE: MyEclipse 10.0 with Google Plugin for Eclipse (2.5)
    SmartGWT Pro 3.0 (Purchased Licence)
    Browser: Mozilla Firefox 4.0.1
    GWT SDK: 2.4.0
    Sun JDK 1.6.0_27

    #2
    I'm having the same problem, were you able to find a solution for this?

    Comment


      #3
      No solution?

      Comment


        #4
        I'm also looking for a solution for this problem. I tried to set

        Code:
        com.smartgwt.client.widgets.menu.Menu.setSubmenuDirection("left")
        http://forums.smartclient.com/showthread.php?t=15007

        It didn't work :)

        Any help appreciated...

        Comment

        Working...
        X