Announcement

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

    Refreshing the page on page resize.

    Hi,

    We are using SmartGWT Pro 3.0 version.

    When we project the application on projector or make the browser small, all the graphs, tables and all other components should automatically refresh and get adjust to the screen size.

    Now when we manually refresh the screen all the components gets adjusted according the screen size it should be done automatically whenever anyone change the browser size, how we can do this?

    Thanks
    Last edited by fairoz172; 9 Sep 2012, 22:29.

    #2
    If the outermost layout has a size of 100% width and height and you have not set specific sizes for component which must be able to resize, then resizing is automatic. You can see this in many of the Showcase examples and in the Showcase UI itself.

    Comment

    Working...
    X