Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions wpf/Diagram/Scroll-Settings/AutoScrollLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ documentation: ug

# Auto-Scroll Limit in WPF Diagram (SfDiagram)

The auto-scroll limit allows you to define the scrollable region of the Diagram while the page is getting auto scrolled. The [`AutoScrollLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_AutoScrollLimit) property of scroll settings class helps to limit the auto scrolling area. It includes the following options:
The auto-scroll limit allows you to define the scrollable region of the Diagram while the page is getting auto scrolled. The [AutoScrollLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_AutoScrollLimit) property of scroll settings class helps to limit the auto scrolling area. It includes the following options:

* Infinity: Allows auto-scroll in all directions without any restriction.
* Diagram: Allows auto-scroll within the Diagram content.
* Limited: Allows auto-scroll within the specified area.
* **Infinity**: Allows auto-scroll in all directions without any restriction.
* **Diagram**: Allows auto-scroll within the Diagram content.
* **Limited**: Allows auto-scroll within the specified area.

The default operation is `Infinity`.

Expand Down
16 changes: 8 additions & 8 deletions wpf/Diagram/Scroll-Settings/DragLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ documentation: ug

# Drag Limit in WPF Diagram (SfDiagram)

The drag limit allows you to define the dragging region of the Diagram while diagram objects are getting dragged. The [`DragLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_DragLimit) property of scroll settings class helps to limit the dragging area. It includes the following options:
The drag limit allows you to define the dragging region of the Diagram while diagram objects are getting dragged. The [DragLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_DragLimit) property of scroll settings class helps to limit the dragging area. It includes the following options:

* Infinity: Allows you to drag the diagram objects in all directions without any restriction.
* Diagram: Allows you to drag the diagram objects within the Diagram content.
* Limited: Allows you to drag the diagram objects within the specified area. The [`EditableArea`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_EditableArea) property is used to specify the area that is allowed to dragging.
* **Infinity**: Allows you to drag the diagram objects in all directions without any restriction.
* **Diagram**: Allows you to drag the diagram objects within the Diagram content.
* **Limited**: Allows you to drag the diagram objects within the specified area. The [EditableArea](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_EditableArea) property is used to specify the area that is allowed to dragging.

The default operation is `Infinity`.

Expand Down Expand Up @@ -60,12 +60,12 @@ private void Diagram_SelectorChangedEvent(object sender, SelectorChangedEventArg

{% seealso %}

[How to snap the diagram objects on the diagram page](/wpf/diagram/snapping/definesnapping)
[How to snap the diagram objects on the diagram page?](/wpf/diagram/snapping/definesnapping)

[How to change the page settings of the diagram control](/wpf/diagram/page-settings)
[How to change the page settings of the diagram control?](/wpf/diagram/page-settings)

[How to add the gridlines for the diagram control](/wpf/diagram/gridlines)
[How to add the gridlines for the diagram control?](/wpf/diagram/gridlines)

[How to add the rulers for the diagram control](/wpf/diagram/rulers)
[How to add the rulers for the diagram control?](/wpf/diagram/rulers)

{% endseealso %}
8 changes: 4 additions & 4 deletions wpf/Diagram/Scroll-Settings/ScrollLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ documentation: ug

# Scroll Limit in WPF Diagram (SfDiagram)

The scroll limit allows you to define the scrollable region of the Diagram while mouse scrolling on the page. The [`ScrollLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_ScrollLimit) property of scroll settings helps to limit the scrolling area. It includes the following options:
The scroll limit allows you to define the scrollable region of the Diagram while mouse scrolling on the page. The [ScrollLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_ScrollLimit) property of scroll settings helps to limit the scrolling area. It includes the following options:

* Infinity: Allows you to scroll in all directions without any restriction.
* Diagram: Allows you to scroll within the Diagram content.
* Limited: Allows you to scroll within the specified area.
* **Infinity**: Allows you to scroll in all directions without any restriction.
* **Diagram**: Allows you to scroll within the Diagram content.
* **Limited**: Allows you to scroll within the specified area.

The default operation is `Diagram`.

Expand Down