Pocket PC Panel Control visibility?

  • Thread starter Thread starter basuritta
  • Start date Start date
B

basuritta

I have added some labels into a Panel control (just added at design
time through the visual studio 2005 interface) for a little test app
programmed for Pocket PC.

I want to change the visibility to the entire set of controls at the
same time.

I set the .visible property of the Panel to False at one point and all
the controls hide immediately but when I set back miPanel.Visible=True,
the associated labels are not shown.

Any idea - suggestion?

Thanks in advance
 
Very strange. Are you sure, the labels are inside the Panel.

Can you share with us a snippet of you're code.

Thanks

Richard
 
Back
Top