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
955
How to let the column's width automatically be adjusted according to the data lenth?
posted

How to let the column's width automatically be adjusted according to the data lenth in ultragrid?

Thanks

Parents
  • 469350
    Suggested Answer
    Offline posted

    Call the PerformAutoResize method on the column. Be sure to examine the overloads of the method. You probably want to use the one that takes an enum and specify AllRowsInBand.

Reply Children
No Data