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
240
How to set Ultrawingrid column to autosize
posted

Hi,

What  "e.Layout.Bands[0].Columns["ColumnName"]. <property>"  do I set to allow this column to automatically size itself to the width of the widest contents in this column?

Thanks,

Dan

  • 469350
    Verified Answer
    Offline posted

    Hi Dan,

        There's no property, there's a method: PerformAutoResize. Be sure to look at the overloads of this method and choose the appropriate one.