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
285
PerformAutoSize and MinRowHeight
posted

I have set the MinRowHeight of an UltraGrid, but when I call Row.PerformAutoResize, the value of the row height is less than the value I set in Grid-DisplayLayout-Override?

I read in another post that you can set the ComponentRole value to ControlBeforeApplication, but this property seems to be read-only. How can I modify this property? Also, why does the PerformAutoResize not look at the MinRowHeight value?

Thanks.