Login
Logging in...
Remember me
Log in
Forgot password or user name?
Log in with
Search in titles only
Search in Smart GWT Technical Q&A only
Search
Advanced Search
Forums
Home Page
Overview
Products
Services
Solutions
Contact
Company
Reify
Latest Topics
Today's Posts
Member List
Calendar
Forum
Smart GWT Technical Q&A
You need to login (link above) before you can post. If you do not yet have an account, please
register
.
Announcement
Collapse
No announcement yet.
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Filtered by:
Clear All
new posts
Previous
template
Next
ttran
Registered Developer
Join Date:
Jun 2010
Posts:
144
#1
Scollbar disappear on resize
10 Feb 2011, 14:27
I have a grid and I want to have the scrollbar available all the time. I am on IE and when I tried to shink the window. The scrollbar goes away. What command do I need to issue on the grid?
Thanks,
ttran
Registered Developer
Join Date:
Jun 2010
Posts:
144
#2
11 Feb 2011, 08:45
I add this to the grid.
mainGrid.setAutoFitData(Autofit.HORIZONTAL);
mainGrid.setAutoHeight();
mainGrid.setWrapCells(true);
mainGrid.setFixedRecordHeights(false);
mainGrid.setOverflow(Overflow.SCROLL);
But the scroll goes away upon resize?
Any thoughts?
Comment
Post
Cancel
Isomorphic
Administrator
Join Date:
May 2006
Posts:
54580
#3
11 Feb 2011, 08:53
The grid as a whole doesn't scroll, only the body does. Use setBodyOverflow() if you are trying to create scrollbars for the body.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment