Hi,
we have a list grid with 30-50 columns that shows (partioally on purpose) a horizontal scroll bar. When you now move the scrolllbar quickly (i.e all the way to the out-of-view end) the existing (i.e drawn) columns move nicely, the new columns only appear after a visible lag.
We tries the setShowAllColumns method but this did not seem to have any visible impact. How can we get around this?
Maybe draw the gid in a wide canvas (so that the scrollbar is on the canvas rather on than on the gird)? Or are we simply missing something here?
Thanks
Chris
we have a list grid with 30-50 columns that shows (partioally on purpose) a horizontal scroll bar. When you now move the scrolllbar quickly (i.e all the way to the out-of-view end) the existing (i.e drawn) columns move nicely, the new columns only appear after a visible lag.
We tries the setShowAllColumns method but this did not seem to have any visible impact. How can we get around this?
Maybe draw the gid in a wide canvas (so that the scrollbar is on the canvas rather on than on the gird)? Or are we simply missing something here?
Thanks
Chris
Comment