@@ -490,26 +496,27 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
}
}
```
- .
+{% previewsample "https://blazorplayground.syncfusion.com/embed/BjheCXNmVyYiGoHi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
- You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Swimlanes/Lane/LaneOrientation).
+A complete working sample can be downloaded from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Swimlanes/Lane/LaneOrientation).
+.
## Header Selection and Resize
- * You can select the individual lane header by clicking on the header twice. On the first click, the respective lane can be selected.
+* Select an individual lane header by clicking the header twice. The first click selects the lane, and the second click selects the header.
- * You can resize the individual lane header. While resizing lane, it will maintain 20px distances from the Lane children.
+* Resize an individual lane header. While resizing a lane, a 20 pixels distance is maintained from the lane children.
- * When an element is resized, the [SizeChanging](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_SizeChanging) and [SizeChanged](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_SizeChanged) events get triggered.
+* When an element is resized, the [SizeChanging](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_SizeChanging) and [SizeChanged](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_SizeChanged) events are triggered.
- The following image shows how to select and resize the lane header.
+The following image shows how to select and resize the lane header.
-.
+
## How to Edit Lane Header
-The diagram provides support for editing Lane headers at runtime. You can achieve header editing by using the double-click event. Double-clicking the header label enables the editing of that specific header.
+Lane headers can be edited at runtime. Double-click the header label to enable in-place editing of that specific header.
The following image demonstrates how to edit the lane header.