I'm using editor containers to display a set of user controls in my grid. I attempted to override the preferred size method so that the cells will expand to accommodate the user controls.
My execution hits the override, but only the width gets applied. How do I get the height setting to apply also? Or, is there some other way to manually set the height on a child band and/or editor container in a cell?
I was already doing an autosize, so that didn't work; however, the link to your other post had the answer - changing the row size in the InitializeRow event.
Thanks.
Hi Amber,
I think I answered this question here: ControlContainerEditor Height - Infragistics Community
You might also want to look at the RowSizing property and set it to one of the options that includes the word Auto, so that the sizing of the rows will be done automatically when the grid is displayed the first time.