Skip to content

Commit 77c8514

Browse files
Merge pull request #463 from syncfusion-content/SEO-2974-WPF-Missing-H1
SEO-2974 WPF Missing H1
2 parents db969a7 + bec429d commit 77c8514

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

wpf/Breadcrumb/How-To/Adding-items-to-the-HierarchyNavigator-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Hierarchical Navigator
77
documentation: ug
88
---
99

10-
## Adding items to the HierarchyNavigator control
10+
# Adding items to the WPF HierarchyNavigator control
1111

1212
The steps to add items to the HierarchyNavigator control through code are as follows:
1313

wpf/Breadcrumb/How-To/Binding-data-with-WCF-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Hierarchical Navigator
77
documentation: ug
88
---
99

10-
## Binding data with WCF Service
10+
# Binding data with WCF Service in WPF Hierarchical Navigator
1111

1212
XML data can be bound through WCF Services by using a WPF application enabled with WCF Services.
1313

wpf/Diagram/Interaction/Dragging/CollisionState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform: wpf
66
control: SfDiagram
77
documentation: ug
88
---
9-
## Collision State in WPF Diagram (SfDiagram)
9+
# Collision State in WPF Diagram (SfDiagram)
1010

1111
SfDiagram provide supports to arrange the nodes and connectors neatly by adjusting node's position. For example, on a diagram with full of nodes and connectors, you want to place a node without intersecting any other elements.
1212

wpf/Diagram/Interaction/Dragging/PreviewSettings/Preview-Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform: wpf
66
control: SfDiagram
77
documentation: ug
88
---
9-
## Preview Settings in WPF Diagram (SfDiagram)
9+
# Preview Settings in WPF Diagram (SfDiagram)
1010

1111
SfDiagram provides support to drag objects as an outline without affecting original object. When multiple elements are selected, outline of every selected element will be moved.
1212

@@ -26,7 +26,7 @@ this.diagram.PreviewSettings = new PreviewSettings() { PreviewMode = PreviewMode
2626

2727
![Refresh the orginal object with specific time](PreviewSettings_Images/PreviewDragging_img2.gif)
2828

29-
### Appearance
29+
## Appearance
3030

3131
Appearance of the preview can be modified using [PreviewStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.PreviewSettings.html#Syncfusion_UI_Xaml_Diagram_PreviewSettings_PreviewStyle) property of `PreviewSettings`.
3232

wpf/Docking/How-to/Remove-Individual-Menu-Items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: DockingManager
77
documentation: ug
88
---
99

10-
## Remove Individual Menu Items
10+
# Remove Individual Menu Items in WPF DockingManager
1111

1212
We can remove individual MenuItem in ContextMenu using the following properties. The removal can be done by right clicking on it.
1313

@@ -52,6 +52,6 @@ DockingManager.SetShowTabbedMenuItem(grid1, false);
5252

5353
{% endtabs %}
5454

55-
![Remove-Individual-Menu-Items_images1](Remove-Individual-Menu-Items_images/Remove-Individual-Menu-Items_img1.png)
55+
![Remove-Individual-Menu-Items_in_WPF_DockingManager](Remove-Individual-Menu-Items_images/Remove-Individual-Menu-Items_img1.png)
5656

5757
Similarly you can use other properties to disable corresponding MenuItems.

0 commit comments

Comments
 (0)