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
600
AutFitStyle for a certain column
posted

With UltraGrid.AutoFitStyle = AutoFitStyle.ExtendLastColumn The last column fits to the width of the grid. Is there a possibility to make this for a column which is not the last column in the grid ?

Thanks

 Hansjörg Wintermantel

  • 469350
    Verified Answer
    Offline posted

    Hi Hansjörg,

        I think what you can do is use the other AutoFitStyle, which sizes all of the column. Then set teh MinWidth and MaxWidth on all of the columns but one to the same value. That way there is only one sizable column in the grid.