View Single Post
  #1 (permalink)  
Old 09-27-2008, 4:36 AM
icemanind icemanind is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Mar 2008
Posts: 9
Reputation: 0
icemanind is on a distinguished programming path ahead
Default Context Menu Strip Issue

Hi all. I'm having I problem with something that I think is a bug and I'm hoping someone has a workaround.

I have a Windows Form application and I created a user control. This user control has a ContextMenuStrip assigned to it (so when I right click on the control, it pops up a menu). I then add my user control to my main form and everything works fine.

The issue though, is when I dock my user control to the bottom of my form and I right click on my control, the menu pops up about 3 or 4 inches above where my mouse pointer actually is. The issue only seems to happen when I dock my user control. Anyone have any suggestions to get around this odd behavior?
Reply With Quote