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.
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.
Thanks Mike,
I had suspected that was going to be the case.