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
Hi Matt,
thanks, that works well for me.
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