Hello all, I am struggling with a very strange behavior: I have a dataGrid with some 15 columns. The grid's horizontalScrollPolicy is set to "auto". This should add a horizontal scrollbar when the conrtrol's client area width is smaller than the column widths added together. So far so good.
Now, when I resize the DataGrid (by changing the width property), it seems that the most right visible COLUMN in the resized grid, gets resized as well - probably in an attempt to align the right column border with the right border of the current view container. Just to clarify: it's not the last Column of the grid, it's the right most Column you can currently see with the scrollbar all the way left (zero position). This column resize will even happen, when the resulting column width is smaller than the minWidth value, basically ignoring the minWidth property. Has anyone seen and dealt with this before? Thanks a million -Iko

