TAdvSmoothPanel Independent Style Setting

Hi,

 
Would it be possible to add a property to the TAdvSmoothPanel so that it doesn't automatically pick up the Style settings from the FormStyler. I'm trying to use a SmoothPanel with custom fill settings that I've applied at design time but I'm using AppStyler / FormStylers so the SmoothPanel automatically picks up the tsOffice2010Blue fill style from these at runtime, for example.
 
Cheers,
 
Matt

You can use the event AdvFormStyler.OnApplyStyle and when the control AComponent is the control you want to disable automatic styling for, set Allow parameter to false.

Thanks for that Bruno. It didn't occur to me to look at the FormStyler itself rather than the component. Obvious when you think about it though!

Cheers,
Matt