When adding a RadWizard to a form and setting a theme to a dark theme, each page's background color gets set to 'White".
I can change this manually as long as you dont set a theme, if you set a theme at run time it makes the pages back ground color white again.
Is there a way to change default back ground color ? I feel these controls should be set to transparent or at lest the forms color and not "White" specially when using a theme.
I mean I can run a for loop and iterate through the page collections and set the background but I hope there is a better way.
I can change this manually as long as you dont set a theme, if you set a theme at run time it makes the pages back ground color white again.
Is there a way to change default back ground color ? I feel these controls should be set to transparent or at lest the forms color and not "White" specially when using a theme.
I mean I can run a for loop and iterate through the page collections and set the background but I hope there is a better way.