You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wpf/Wizard-Control/Getting-Started.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Refer to the [control dependencies](https://help.syncfusion.com/wpf/control-depe
24
24
25
25
You can find more details about installing the NuGet package in a WPF application in the following link:
26
26
[How to install nuget packages](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages#installing-nuget-packages)
27
-
28
27
## Creating Application with WizardControl
29
28
In this walk through, user will create a WPF application that contains [WizardControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.WizardControl.html) control.
30
29
1.[Creating project](#Creating-the-project)
@@ -40,7 +39,7 @@ Below section provides detailed information to create new project in Visual Stud
40
39
## Adding control via designer
41
40
The [WizardControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.WizardControl.html) control can be added to the application by dragging it from Toolbox and dropping it in designer. The required [assemblies](https://help.syncfusion.com/wpf/control-dependencies#wizard) will be added automatically.
42
41
43
-

42
+

44
43
45
44
## Adding control manually in XAML
46
45
In order to add [WizardControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.WizardControl.html) control manually in XAML, do the below steps,
@@ -119,7 +118,7 @@ namespace WizardControl
119
118
{% endcapture %}
120
119
{{ codesnippet2 | OrderList_Indent_Level_1 }}
121
120
122
-

121
+

0 commit comments