Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1330
Resizing columns is jarring for the user
posted

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?

Parents
  • 469350
    Offline posted

    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?

Reply Children