I am using the solution on this link
here to adjust the grid height when user resizes the browser. It works for height but I also need it for width. My grid has lots of columns, some autofit and others with a preset width. I need to have the horizontal scroll bar visible (I read the docs about grid and columns and I am aware how it works) and the only way to do that is by setting a width value for the grid. Setting it at 100% works only if the grid is wider than a certain width but if it gets smaller, the horizontal bar in the grid never shows up. Please, take a look at the attached picture. I need the horizontal scroll bar in the grid and not in the browser.
Attachment:
ResizeGridWidth_23d2876.zip