Hello.

I have a data table that has a fixed height. When the total rows goes
beyond that height a vertical scrollbar appears as it should. But
automatically a horizontal scrollbar appears too, even it's not
needed. I've come to realize that the problem is that the vertical
scrollbar is "inside" the table's parent div, and it occupies space:
it reduces the available width so the table does not have enough room
now to show and thus the horizontal scrollbar appears.

Is there any way to avoid this? Cosmetically, when you have several of
this tables in the page, it's a very annoying thing.

I could go through the DOM and set the scrollbar-x to hidden, but
sometimes the scrollbar-x should be present! I think the best solution
would be to "reserve" the width for the scrollbar before showing the
table, or making the scrollbars float somehow.

Has anyone work this problem out in the past?

Thanks,
Jose.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to