I have to manulla set the background to web->transparent.. then it works
Can you verify that the UltraLabel is a child of the UltraGroupBox, either through the designer code or with the Document Outline pane in VS? Also, is the background color of the UltraLabel specifically set to Transparent? If not, it could be picking up the ambient back color from the UltraGroupBox, which may be the Control color even though the group box is drawing another color or gradient in its Paint event.
Im still in the dark...
I have an ultragroupbox. When i add an ultralabel to the ultragroupbox it gets the backgroundcolor of the form.
What to do ?