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
785
Dynamic column size
posted

Hi,

 

I'm displaying bound data in the Grid and I'm changing the size of the content of the cell.

If the content grows, so does the cell. That's what I want.

However, if the content gets smaller, the column doesn't downsize itself and there's a lot of extra space left. This is what should happen according to the documentation.

 

Is there any way to have a "SizeToCells" that increases AND decreases the size of the column?

I'd like it to be automatic but I could do with a method to call on the grid.

 

Cheers.

Parents
No Data
Reply
  • 40030
    Verified Answer
    Offline posted

    Hi, 

    Currently we don't offer such a feature for column sizing.

    The closest thing i can think of getting something similar is to set the RowHeight to be Dynamic, and then turn on text wrapping.  The column Width won't shrink, but the height of the row will be dynamic. 

    -SteveZ

Children
No Data