Skip to content

Commit ce32813

Browse files
authored
982382: Revert the previous update
1 parent a65be1f commit ce32813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/diagram/swimlane/lane/interaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following image shows children interaction in lane.
5050

5151
## How to restrict nodes from being dragged outside their swimlane
5252

53-
By default, nodes in a swimlane can move freely within and outside its boundaries. Enabling the **NodeConstraints.AllowDragWithinSwimlane** option in the node’s [Constraints](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.Node.html#Syncfusion_Blazor_Diagram_Node_Constraints) property restricts movement to the swimlane. When a node is dragged beyond its boundaries, a 'not allowed' cursor appears to indicate the restriction.
53+
By default, nodes in a swimlane can be moved freely both within and outside the swimlane boundaries. Enabling the **NodeConstraints.AllowDragWithinSwimlane** option on the node’s [Constraints](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.Node.html#Syncfusion_Blazor_Diagram_Node_Constraints) property prevents the node from moving outside the swimlane. When a node is dragged beyond its boundaries, a 'not allowed' cursor appears to indicate the restriction.
5454

5555
To enforce this restriction for all child nodes within swimlanes, set the constraint during node initialization in the [NodeCreating](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_NodeCreating) event.
5656

0 commit comments

Comments
 (0)