Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
How to add a horizontal scroll bar to the grid
posted

I have a grid with many columns and I'd like a horizontal scroll bar for the grid only, not the entire page.  How is this done?  I can't find an example or docs anywhere.

Thanks,

 

-Shane

Parents
  • 24671
    Verified Answer
    posted

    you can just set a grid width, which is smaller than the total width of all columns. You need to have column widths , and a grid width, in order to have a horizontal scrollbar. Otherwise if you simply set a grid width, and no column widths, the columns will be shrinked to fit the grid width.

    Hope it helps

    Angel

Reply Children
No Data