Articles in this section
Category / Section

How to prevent the DragFeedBack events when the user drags the splitter in WinForms Docking Manager?

1 min read

Drag event

The events DragFeedBackStart and DragFeedBackStop will get fire only when the DragFeedBackOnSplitter property of DockingManager is set as True. So, to avoid these events the DragFeedBackOnSplitter property has to be se t as False. Please refer the below code snippet which illustrates this.

C#

this.dockingManager1.DragFeedBackOnSplitter=false;

 

VB

Me.DockingManager1.DragFeedBackOnSplitter=False

 

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/docking-events#drag-events

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied