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
1155
border for claymation style in combo editor
posted

Hi,

 

I am using claymation style from the style library and I want to have a border line around my UltraComboEditor. I need the same border line like it is in active state (see picture). I tried to change several settings in the app stylist but nothing works for me.

Anyone an idea?

Thanks,

Alex

 

 

 

 

  • 6158
    Suggested Answer
    Offline posted

    Hello Alex,

    For many of the editors, the BorderStyle is defined by the ViewStyle of the control. In the Claymation style library, the ViewStyle for all components is set to OfficeXP. If you'd like the Border to be solid when not in edit-mode, you'll have to change the ViewStyle to one that applies a border such as Office2007, ScenicRibbon, or Office2010. You can change the ViewStyle for all the controls using the 'All Components' role under "Component Role Settings". Otherwise, you can modify it for individual control under "Infragistics Components".

    Hopefully this helps.

    Chris