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.
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.