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.

Parents
  • 469350
    Verified Answer
    Offline posted

    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.

Reply Children
No Data