Reputation: 379
2 version, I want to display horizontal scroll bar for grid panel. Grid-panel is binded to panel, and in turn panel is binded to Viewport. I tried using auto-scroll property of grid-panel, but it didn't worked for me. How can I achieve this.
Upvotes: 0
Views: 147
Reputation: 1203
Add: style:"overflow-y:hidden;overflow-x: scroll;",
to the container of your grid
Upvotes: 1