panel always on top

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi,
How can I have a panel that would be on top of any other controls all
the time ?

Thx
 
Sam said:
Hi,
How can I have a panel that would be on top of any other controls
all the time ?

You wouldn't see all the other controls then, right?

You can set Dock=Fill and use "bring to front" in the context menu of the
designer or call BringToFront at runtime.

Armin
 
Change the control's 'Z' order & make sure it's on top by validating the 'Z'
order

Crouchie1998
BA (HONS) MCP MCSE
 
yes thx
I've called bringtofront after adding all the other components and it
works fine :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top