I am trying to get the scroll bars to resize with the window when the grid is in splitAt() mode. I there a work around for this. I don’t want the columns to resize with the window, just the scroll bars.
Thank you
While there is no public API, you can set the width of left area of grid as
grid._fake._correctSplit(width_as_int)
If width will be lesser than summ of columns heights - the scrollbar will appear.