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
310
TabControl.Style Wizard and AppStyling problem
posted

Hi,

I want to use the Wizard style of a TabControl to hide the TabButtons. But they are still visible as long as UseAppStyling is also true.  I want to use AppStyling as well, so is there any way to have both?

The only other property I have changed is ViewStyle, its set to Office2003.

Regards,

Torsten

 

  • 37774
    Verified Answer
    posted

    Torsten,

    It sounds like the ISL that you're loading is overriding the Style property of the UltraTabControl when you load it.  If you want to have properties on the control itself take precedence, then you'll need to modify the ComponentRole of the UltraTabControl in AppStylist to be ControlThenApplication.  You can do this in AppStylist by opening the Tabs canvas, hovering over the tab control, then pressing 'C' to bring up the component properties.  You could also alter the ISL to simply not apply a default value for the Style property.

    -Matt