Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
lables on ultragroupbox
posted

I have an ultragroupbox w/ several labels on it.  The labels need to be transparent to match the bg ofthe ultragroup box, but they are showing up gray.  I have ultralabel style in isl set to transparent and backcolor of ultralabel set to transparent.  What am I missing?

Thanks in advance

  • 245
    Verified Answer
    posted
    I figured this out.  It was because I put the ultragroup on the form after putting the controls.  The controls have to be added to the ultragroup like

    this.ultraGroupBox1.Controls.Add(this.patternIdPrompt);

     mine were still just added to the containing panel