Skip to content

SEO-2974 WPF Missing H1 #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Hierarchical Navigator
documentation: ug
---

## Adding items to the HierarchyNavigator control
# Adding items to the WPF HierarchyNavigator control

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

Expand Down
2 changes: 1 addition & 1 deletion wpf/Breadcrumb/How-To/Binding-data-with-WCF-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Hierarchical Navigator
documentation: ug
---

## Binding data with WCF Service
# Binding data with WCF Service in WPF Hierarchical Navigator

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

Expand Down
2 changes: 1 addition & 1 deletion wpf/Diagram/Interaction/Dragging/CollisionState.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform: wpf
control: SfDiagram
documentation: ug
---
## Collision State in WPF Diagram (SfDiagram)
# Collision State in WPF Diagram (SfDiagram)

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform: wpf
control: SfDiagram
documentation: ug
---
## Preview Settings in WPF Diagram (SfDiagram)
# Preview Settings in WPF Diagram (SfDiagram)

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.

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

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

### Appearance
## Appearance

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`.

Expand Down
4 changes: 2 additions & 2 deletions wpf/Docking/How-to/Remove-Individual-Menu-Items.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: DockingManager
documentation: ug
---

## Remove Individual Menu Items
# Remove Individual Menu Items in WPF DockingManager

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

Expand Down Expand Up @@ -52,6 +52,6 @@ DockingManager.SetShowTabbedMenuItem(grid1, false);

{% endtabs %}

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

Similarly you can use other properties to disable corresponding MenuItems.