Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am playing around with user controls and trying to replicate the toolbox menu as you have in the IDE.

 

How can I achieve something like this so as its floating above any other forms that may be present (in an mdi environment)

 

I basically have a usercontrol and when the mouse hover event fires, it resizes it and when it leaves, shrinks it back. Is this the right approach or do I need to draw it manaully using some other settings or overrides.

 

Thanks

Posted
Got it going now. I was docking the control hence, making it part of the mdiparent. So I just set its co-ords to the upper left position of where I wanted it and now it goes fine.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...