0
votes

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.

1

1 Answers

1
votes

Add: style:"overflow-y:hidden;overflow-x: scroll;", to the container of your grid