How do I add a horizontal scroll bar to a grid ?
Re: How do I add a horizontal scroll bar to a grid ?
Change the Grid type to vertical
You data will bem in vertical creating an horizontal scroll (if you have many records) to navigate.
reply
I have send you in pm
Reviving this old thread since I didn’t found a way to this in SC 9.2. One of my grid applications has many columns, if the monitor resolution from a user is not wide enough the columns get shrink-ed. Is there any way to add an horizontal scroll bar to a grid? Not window scroll bar but grid.
try using CSS ‘OVERFLOW’ property. This handles the scrollbars on a page