ToolStripDropDown AutoClose not working correctly in all scenarios
I have the following setup: 1- A ToolStripDropDownButton with a ToolStripDropDown that contains a CustomUserControl that contains a ListView. 2- The ListView has a ContextMenuStrip associated to it. As a solution for this question, my code works like so: (psuedocode) if ListView RightClicked ToolStripDropDown.AutoClose = f...