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.
imsthom said: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?
Are you using RowLayouts? I think MinRowHeight might be ignored in a RowLayout situation. If that's not the case, then I don't know why that would happen. You should Submit an incident to Infragistics Developer Support with a sample demonstrating this behavio.
imsthom said: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?
You have to set this property in your application style - through AppStylist. It's not a property on the control.
Thanks Mike. I'm not using RowLayout, so I'll submit a ticket.