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
195
Different UltraPanel looks in one .isl?
posted

Hi,

My application uses UltraPanel in different forms. It also has MyStyle.isl which sets UltraPanel settings, like backcolor.

My problem is that I want two  panels in my app to have different color set

 Is it possible to have two different looks for a UltraPanel in one .isl file and if it is, how to apply it in my app?

Thanks,

Maria

 

Parents
  • 469350
    Offline posted

    Hi Maria,

    Yes. What I would do is create two different StyleSets within your isl file. Then you set the StyleSetName property on each UltraPanel in the application to use one or the other.

    Actually, you don't have to set the StyleSetName on every UltraPanel. You can leave one using the default and only set it on the ones that you want to be different.

Reply Children