How to get the horizontal scroll bar to appear for ScrollTable? I implemented tables using ScrollTable from GWT Incubator, the table is being used by multiple panels. In one scenario, the table is wide, I used ScrollTable.ResizePolicy.FLOW for it, so text doesn't overlap when the space is small.
If I press -> or <- button on keybroad, the table does scroll left or right, how can I get the scrollbar to appear? I have this set, ScrollTable.ScrollPolicy.BOTH. One guess is I need to set scroll in CSS? Shouldn't there be some default styling for it? when there are many rows, the vertical scroll bar does appear. Thanks so much for any help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
