Greetings,
In order to apply fade-in effect to rad controls (if possible), a nice approach is to increase the opacity of RootElement from 0 to 1 gradually with a timer. It works just fine with most of the rad controls including radbuttons, but there is an issue when I apply this method to a rad group box.
I attached a gif file that illustrates the issue (please notice that the blue background is actually the background of radgroupbox itself, not the container form).
Changing opacity of Radgroupbox.RootElement only affects the border frame of the box, not the whole box itself (background color stays still even with RootElement.Opacity = 0 ).
Any suggestion to fade in a radgroupbox ?
Thanks in advance.