C# GroupBox visibility issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhivns
    New Member
    • Nov 2007
    • 52

    C# GroupBox visibility issue

    Hi,

    I have added few lables into Groupbox control. Groupbox and all lable visible property set to true in UI. But at runtime, all these lables are not visible.
    While debugging found that this.Controls.A dd(this.groupBo x1) turns all the visible property to false (before this groupbox / lables visible property was true).
    In final UI, i can't see anything. Any idea whatz going wrong.
Working...