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
615
Individual cell heights when user resizes row?
posted

 row sizing has been set to free in the grid I am using. Is it possible to limit the height of individual cells to a specific value while allowing other cells to expand to the full height of the row when the user resizes a specific row?

In my case I have several unbound columns serving as data entry/selection controls with drop downs (using ultralistview instances as the cell's editorcomponent) and would like to keep these from expanding while having a single text entry cell expand to fit the row height.

thanks for any help.

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    Hm... so you want some of the cells to not change their height at all? I don't think there's anyway to do that with the normal property settings. The only way to do it would be to use a CreationFilter to size the UIElements of those cells yourself.

Reply Children