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
110
how to be sure that the WinGrid uses isl good?
posted

Hello,

My application uses wingrid and isl. some of the grids don't apply totally the isl. Some of them apply it totally. is there any way to force isl ?

Best regards

  • 469350
    Verified Answer
    Offline posted

    Hi,

    There's a property on the ComponentRole in the isl which determines whether the isl settings take precedence over the control or vice versa. By default, the isl will take precedence. The only way it would not is if you set the ResolutionOrder on one or more component roles.

    Also, the isl applies to the control as a whole, and it is still possible to override the appearance in the application in some cases by setting an appearance on a more specific object. For example, applying an Appearance to a grid cell will still work, overriding the isl settings. This allows you to use an isl but still color a single cell for the purposes of displaying state information.