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.