Skip to content
Open
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
6 changes: 3 additions & 3 deletions WindowsForms/Tree-Navigator/Appearance.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Appearance in Windows Forms Tree Navigator control | Syncfusion
description: Learn about Appearance support in Syncfusion Windows Forms Tree Navigator control, its elements and more details.
title: Appearance in Windows Forms TreeNavigator | Syncfusion®
description: Appearance customization in Windows Forms Tree Navigator enables applying visual styles, themes, header customization, colors, and display settings.
platform: WindowsForms
control: TreeNavigator
documentation: ug
---

# Appearance in Windows Forms Tree Navigator
# Appearance in Windows Forms TreeNavigator

## Style

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Tree-Navigator/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started with Windows Forms Tree Navigator | Syncfusion
description: Learn here about getting started with Syncfusion Windows Forms Tree Navigator control, its elements and more details.
title: Getting Started with Windows Forms TreeNavigator | Syncfusion®
description: Learn how to get started with the Syncfusion® Windows Forms TreeNavigator control. Explore setup, features, examples, and customization options.
platform: WindowsForms
control: TreeNavigator
documentation: ug
---

# Getting Started with Windows Forms Tree Navigator
# Getting Started with Windows Forms TreeNavigator

This section briefly describes how to design a TreeNavigator Control in a Windows Forms Application.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Tree-Navigator/Navigation-Mode.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Navigation Mode in Windows Forms Tree Navigator control | Syncfusion
description: Learn about Navigation Mode support in Syncfusion Windows Forms Tree Navigator control and more details.
title: Navigation Mode in Windows Forms TreeNavigator | Syncfusion®
description: Navigation mode in Windows Forms Tree Navigator enables navigating between parent and child items using default and extended navigation modes.
platform: WindowsForms
control: TreeNavigator
documentation: ug
---

# Navigation Mode in Windows Forms Tree Navigator
# Navigation Mode in Windows Forms TreeNavigator

The Navigation Mode is used to navigate from parent to child items or child to parent items using Back button.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Tree-Navigator/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About Windows Forms Tree Navigator control | Syncfusion
description: Learn here all about introduction of Syncfusion Windows Forms Tree Navigator control, its elements and more details.
title: About Syncfusion® Windows Forms TreeNavigator Control | Syncfusion®
description: Learn about the introduction of Syncfusion® Essential Studio Windows Forms TreeNavigator control and its features, customization, and navigation capabilities.
platform: WindowsForms
control: TreeNavigator
documentation: ug
---

# Windows Forms Tree Navigator Overview
# About Syncfusion® Windows Forms TreeNavigator Control

The Tree Navigator control provides a unique interface that can expand a tree structure in-place without taking up more space on the screen. Items in the control are expanded or collapsed, and you can drill down to sub-items by simply clicking on items in the TreeNavigator. 

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Tree-Navigator/Selection.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Selection in Windows Forms Tree Navigator control | Syncfusion
description: Learn about Selection support in Syncfusion Windows Forms Tree Navigator control, its elements and more details.
title: Selection in Windows Forms TreeNavigator | Syncfusion®
description: Selection in Windows Forms Tree Navigator enables selecting and managing tree items, with events to track selection changes and customize navigation behavior.
platform: WindowsForms
control: TreeNavigator
documentation: ug
---

# Selection in Windows Forms Tree Navigator
# Selection in Windows Forms TreeNavigator

The selected item of the current hierarchy level is get/set through SelectedItem property.

Expand Down
10 changes: 4 additions & 6 deletions WindowsForms/Wizard-Control/Banner-Settings.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: post
title: Banner Settings in Windows Forms Wizard | Syncfusion
description: Learn about Banner Settings support in Syncfusion Windows Forms Wizard Control, its elements and more details.
title: Banner Settings in Windows Forms WizardControl | Syncfusion®
description: Banner settings in Windows Forms WizardControl enable customizing banner panels, title text, descriptions, images, and layout for wizard pages.
platform: WindowsForms
control: Wizard
documentation: ug
---

# Banner Settings in Windows Forms Wizard
# Banner Settings in Windows Forms WizardControl

The controls inside the Banner Control include Banner Panel, Title, description and a picture box. The section will walk you through the properties which customizes these controls.

### Banner panel
## Banner panel

A Banner Panel is a simple gradient panel which holds a Title label, a Description label and a Picture box controls.

Expand All @@ -27,8 +27,6 @@ N> The [Title](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Fo

{% highlight C# %}



this.wizardControl1.Banner = this.pictureBox2;

this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
Expand Down
8 changes: 4 additions & 4 deletions WindowsForms/Wizard-Control/Browse-Buttons.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
layout: post
title: Browse Buttons in Windows Forms Wizard | Syncfusion
description: Learn about Browse Buttons support in Syncfusion Windows Forms Wizard Control, its elements and more details.
title: Browse Buttons in Windows Forms WizardControl | Syncfusion®
description: Customize browse buttons in the Windows Forms WizardControl to manage page navigation and improve the wizard user experience.
platform: WindowsForms
control: Wizard
documentation: ug
---

# Browse Buttons in Windows Forms Wizard
# Browse Buttons in Windows Forms WizardControl

The default buttons which are available for the Wizard control are Back, Next, Cancel, and Help. The Next and the Back buttons facilitate users to navigate between wizard pages.

N> You can navigate between the pages at Design Time also. See Page Navigation at Design time topic for more details.

### Button visibility
## Button visibility

By default, all the buttons are visible for all the Wizard pages. To change their visibility, use the below properties in individual pages.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Wizard-Control/DesignTime-Features.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: DesignTime Features in Windows Forms Wizard | Syncfusion
description: Learn about DesignTime Features support in Syncfusion Windows Forms Wizard Control, its elements and more details.
title: DesignTime Features in Windows Forms WizardControl | Syncfusion®
description: Use design-time features in the Windows Forms WizardControl to simplify configuration, page management, and UI customization.
platform: WindowsForms
control: Wizard
documentation: ug
---

# DesignTime Features in Windows Forms Wizard
# DesignTime Features in Windows Forms WizardControl

The below topics are discussed in this particular section.

Expand Down
10 changes: 5 additions & 5 deletions WindowsForms/Wizard-Control/Event-Handling.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: post
title: Event Handling in Windows Forms Wizard | Syncfusion
description: Learn about Event Handling support in Syncfusion Windows Forms Wizard Control, its elements and more details.
title: Event Handling in Windows Forms WizardControl | Syncfusion®
description: Handle events in the Windows Forms WizardControl to respond to page navigation, user actions, and wizard workflow changes.
platform: WindowsForms
control: Wizard
documentation: ug
---

# Event Handling in Windows Forms Wizard
# Event Handling in Windows Forms WizardControl

This section comprises the below events:

#### Wizard control events
## Wizard control events

The events available for Wizard control and the methods which raises these events are listed in the below tables.

Expand All @@ -33,7 +33,7 @@ The events available for Wizard control and the methods which raises these event

This [BannerControlLocationChanging](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.WizardControl.html) event is discussed in How to Cancel the AutoLayout of the Banner panel controls.

#### Wizard page events
### Wizard page events

The events available for the Wizard Page and the methods which raises these events are listed in the below tables.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Wizard-Control/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started with Windows Forms Wizard | Syncfusion
description: Learn here about getting started with Syncfusion Windows Forms Wizard Control, its elements and more details.
title: Getting Started with Windows Forms WizardControl | Syncfusion®
description: Learn how to get started with the Syncfusion® Windows Forms WizardControl control. Explore setup, features, examples, and customization options.
platform: WindowsForms
control: Wizard Package
documentation: ug
---

# Getting Started with Windows Forms Wizard Control
# Getting Started with Windows Forms WizardControl

This section describes how to add [WizardControl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.WizardControl.html) in a Windows Forms application and overview of its basic functionalities.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Wizard-Control/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About Windows Forms Wizard Control | Syncfusion
description: Learn here all about introduction of Syncfusion Windows Forms Wizard Control, its elements and more details.
title: About Syncfusion® Windows Forms WizardControl | Syncfusion®
description: Learn about the introduction of Syncfusion® Essential Studio Windows Forms WizardControl and its features, customization, and usage options.
platform: WindowsForms
control: WizardControl
documentation: ug
---

# Windows Forms Wizard Control (Wizard) Overview
# About Syncfusion® Windows Forms WizardControl

The [WizardControl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.WizardControl.html) is a rich interactive and customizable interface that holds many pages together that helps to break up a complex task and guides the end user through a set of simple procedures to perform or to obtain data that are categorically divided in every page. It also provides the user, the ability to browse between these pages using the ‘browsing’ buttons.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Wizard-Control/Wizard-Control-Appearance.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Wizard Control Appearance in Windows Forms Wizard | Syncfusion
description: Learn about Wizard Control Appearance support in Syncfusion Windows Forms Wizard Control, its elements and more details.
title: Appearance in Windows Forms WizardControl | Syncfusion®
description: Customize the appearance of the Windows Forms WizardControl using visual styles, layouts, colors, and UI customization settings.
platform: windowsforms
control: Wizard Package
documentation: ug
---

# Wizard Control Appearance in Windows Forms Wizard
# Appearance in Windows Forms WizardControl

This section discusses the various appearance settings of the Wizard controls.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Wizard-Control/Wizard-Page-Settings.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Wizard Page Settings in Windows Forms Wizard | Syncfusion
description: Learn about Wizard Page Settings support in Syncfusion Windows Forms Wizard Control, its elements and more details.
title: Wizard Page Settings in Windows Forms WizardControl | Syncfusion®
description: Wizard page settings in Windows Forms WizardControl enable customizing page appearance, foreground and background colors, fonts, and border styles.
platform: WindowsForms
control: Wizard Package
documentation: ug
---

# Wizard Page Settings in Windows Forms Wizard
# Wizard Page Settings in Windows Forms WizardControl

A Wizard Page can include a collection of controls implementing an interactive Wizard interface. The Wizard pages are added to the Wizard Container. You can drag and drop any control into a wizard page. Wizard Control lets you to customize the individual Wizard pages to give a unique functionality for each page.

Expand Down