[Solved] C# Switch tabs(tabcontrol) while dragging and hovering over a tab
[ad_1] The DragOver event will be fired when the mouse moves over the tabcontrol while the drag action is still in effect. You can use similar logic to the mousemove logic in Change SelectedTab of TabControl on MouseOver in your DragOver handler to make the tabs switch. Edit: I did a little MSDN research and … Read more