Search results for query: *

  1. J

    Question ToolStripDropDown renders at position 0,0 on first click

    Hide -> Populate -> Show I had the same problem in my application. What I did in my function was the following: private sub menu_click(ByVal sender as Object, ByVal e as EventArgs) Handles menu.click menu.HideDropDown() ... [code for dynamically populate DropDown Items] ...
Back
Top