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
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
Comment