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
1165
ControlContainerEditor Height
posted

I'm attempting to override the GetPreferredSize method in order to size the user controls embedded in my grid.

I'm calling

e.Layout.Bands(1).PerformAutoResizeColumns(

True, Infragistics.Win.UltraWinGrid.PerformAutoSizeType.AllRowsInBand)

This hits my override; however, only the width gets applied.

How can I adjust the height to fit my user control?