I have my ultra grid set as follows:
this.DisplayLayout.AutoFitStyle = AutoFitStyle.ResizeAllColumns;
This is good because it ensures that all the columns use up the space in my ultra grid.
However, when the user resizes a column in the ultra grid it is quite jarring because all of the columns resize as well. This leads to the column (the one that's being resized) to not even be resized to the position that the user indicated (sometimes it's truncated or elongated).
I would prefer the resizing method that the following line uses:
this.DisplayLayout.AutoFitStyle = AutoFitStyle.None;
The problem with this however is that the columns will not take up all the space in the Ultra Grid.
Is there some other method I can make use of that I am unaware of?
The fact that the column is not sizing to the correct position of the mouse may be a limitation of the grid, but it could also be a bug.
It depends on the other columns and any MinWidth you may have a applied, plus any minimum widths that might be enforced for other reasons.
What version of the controls are you using?
My hunch is that it is not a MinWidth issue, as I have experienced these in the past - though I'm not 100% certain.
The version of the control I am using is 8.3