P
Phil
I have some controls that I want to group together onto a panel, so that I
can dock them on a form. I want the contained controls to be at the top of
the Z-order so that they can always be seen, but I want the panel itself to
be at the bottom of the Z-order so that other controls on the form will not
be hidden by it (except when they're behind the contained controls). I
thought setting the BackColor of the Panel to Transparent might give the
desired effect, but it doesn't seem to work.
Is there another container similar to a Panel, that doesn't have a filled-in
background?
Any other suggestions?
TIA
Phil.
can dock them on a form. I want the contained controls to be at the top of
the Z-order so that they can always be seen, but I want the panel itself to
be at the bottom of the Z-order so that other controls on the form will not
be hidden by it (except when they're behind the contained controls). I
thought setting the BackColor of the Panel to Transparent might give the
desired effect, but it doesn't seem to work.
Is there another container similar to a Panel, that doesn't have a filled-in
background?
Any other suggestions?
TIA
Phil.