I have a datagrid with columns having minWidth values.
horizontaScrollPolicy is set to auto. A horizontal scrollbar appears
once the grid's width is smaller than the combinded minimum widths of
all columns - so far so good.
Trouble comes into paradise when you scroll to the right, grab a column
and drop it in front of the first visible column in the current segment.
For example, you scroll to the right, where you see columns 22,23,24,
and 25 - grab column 24, and drop it before column 22. The following
problems occur:
1. Draging the grabbed column to the left should at some point start
scrolling the grid to the left, so that you can reach coulmns 10,11,12
etc. This functionality is simply missing.
2. If you you drop right before column 22 (example above), the column
gets shifted, however, the horizontal scrollbar now shows all the way
left (no more scrolling to the left from here). You have to scroll right
for a while, before the issue gets rectified.
One could put a container around it, but that's not a very good
solution....
Any ideas?
Thanks