property SplitBar.MoveOnDrop as Boolean
Gets or sets a value that indicates whether the splitting objects ( including the split bar itself ) are moved once the user ends dragging the split bar, or contiguously while dragging it.

TypeDescription
Boolean A Boolean expression that indicates whether the splitting objects ( including the split bar itself ) are moved once the user ends dragging the split bar, or contiguously while dragging it.
By default, the MoveOnDrop property is True, which indicates that the splitting objects ( including the split bar itself ) are moved once the user drops the split bar. The control fires DragStart event when the user clicks the split bar ( start dragging the split bar ). The Drag event is fired contiguously while the split bar is dragging. The DragEnd event notifies your application that the user releases the split bar ( ends dragging the split bar ). The Enabled property specifies whether the control is enabled or disabled. The MoveTo method moves programmatically the split bar to specified position. The MoveOnDrop property specifies whether the objects to the left/top and right/bottom of the split bar are moved while dragging or just when the user drops the split bar.