(I'm actually using SkinStorage, but there's not an option in the dropdown.)
In my application I have a TabControlExt to which I'm adding tabs that contain UserControls generated at runtime (the TabControlExt is data bound and this all works fine).
When I first add a tab containing the newly generated control the theme is not (visually) applied to the controls contained within. If I change to a different tab and then back, the theme is then apparent.
I say "(visually) applied", because before switching tabs it's clear that some elements of the theme are influencing the control (SfDataGrid is resizing columns as if the fonts have been changed, for example).
Is there any way I can force the generated user controls to redraw with the theme applied, or force SkinStorage to apply theme when the controls are first generated?