Announcement

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

    How To Set Minimum Resolution Using setMinWidth ?

    Hi
    i used setMinWidth with Hlyout with setShowResizeBar(true) and its work fine so it will not resize the layout to small width than in setMinWidth

    but how can i set it to entire application that contain many Layouts , so it will show automatically ScrollBar if the width is less than what i have set in setMinWidth

    for example if i setMinWidth(1000) the application(page) will show scrollbar if the size of the window is less than 1000 ??

    is there another useful approach to do this


    thanks for help

    #2
    I have the same issue!!

    Comment


      #3
      We added funtionality to support minWidth and percentage sizes yesterday. Should be in nightly builds on the 3.0 branch going forward.
      If you specify a top level layout with width set to 100%, and a minWidth specified, the layout will size to fit the browser window unless that is less than the specified minWidth, in which case the layout would render greater than the width of the page.

      Comment


        #4
        Thanks very mach for fast response ,

        its working very well but still some more detail like in this one
        http://forums.smartclient.com/showpost.php?p=74703&postcount=11


        thanks

        Comment

        Working...
        X