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/Scroll-Frame/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ this.sfScrollFrame1.HorizontalScrollBar.Style.ThumbDisabledColor = Color.Indigo;

## Themes

The SfScrollFrame offers six built-in themes for professional representation as follows:
The WinForms Scroll Frame offers six built-in themes for professional representation as follows:

* Office2016Colorful
* Office2016White
Expand All @@ -154,7 +154,7 @@ The SfScrollFrame offers six built-in themes for professional representation as
* Office2019Colorful
* HighContrastBlack

Themes can be applied to the SfScrollFrame by using the following steps:
Themes can be applied to the WinForms Scroll Frame by using the following steps:

1. [Load theme assembly](#load-theme-assembly)
2. [Apply theme](#apply-theme)
Expand Down Expand Up @@ -254,7 +254,7 @@ Imports Syncfusion.WinForms.Controls

### Apply theme

Appearance of the SfScrollFrame can be changed by using the `ThemeName`.
Appearance of the WinForms Scroll Frame can be changed by using the `ThemeName`.

#### Office2016Colorful

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Scroll-Frame/ContextMenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `SfScrollFrame` supports UI scrolling through the context menu like the Micr

## Disabling the default context menu for ScrollBar

The default context menu of the SfScrollFrame can be restricted by setting the `Cancel` property of the [ContextMenuShowingEventArgs](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.html) to `true` using the `ContextMenuShowing` event.
The default context menu of the WinForms Scroll Frame can be restricted by setting the `Cancel` property of the [ContextMenuShowingEventArgs](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.html) to `true` using the `ContextMenuShowing` event.

N> This is applicable for both the horizontal and vertical scrollbars.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Scroll-Frame/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ this.sfScrollFrame1.Control = this.listView1;

### Through code

To programmatically attach the SfScrollFrame to a control, set the [Control](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.SfScrollFrame.html#Syncfusion_WinForms_Controls_SfScrollFrame_Control) property to the appropriate value.
To programmatically attach the WinForms Scroll Frame to a control, set the [Control](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.SfScrollFrame.html#Syncfusion_WinForms_Controls_SfScrollFrame_Control) property to the appropriate value.

{% tabs %}
{% highlight c# %}
Expand All @@ -104,7 +104,7 @@ this.sfScrollFrame1.VerticalScrollBar.Value = 100;

### Changing the SmallChange value

The scrolling speed of the horizontal and vertical scrollbars of the SfScrollFrame can be customized by setting the [SmallChange](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.ScrollProperties.html#Syncfusion_WinForms_Controls_ScrollProperties_SmallChange) property to increase the scroll speed for the min or max button click of the scrollbar.
The scrolling speed of the horizontal and vertical scrollbars of the WinForms Scroll Frame can be customized by setting the [SmallChange](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.ScrollProperties.html#Syncfusion_WinForms_Controls_ScrollProperties_SmallChange) property to increase the scroll speed for the min or max button click of the scrollbar.

{% tabs %}
{% highlight c# %}
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Scroll-Frame/Limitation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Limitation in Windows Forms Scroll Frame (SfScrollFrame)

## Applicable controls for setting the ScrollFrame
## Applicable controls for setting the WinForms Scroll Frame

The `SfScrollFrame` can be used for the controls derived from the Microsoft ScrollableControl such as:

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Scroll-Frame/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To add the resx file for the application, follow steps:

### Editing the default culture resource

You can edit the default resource file by adding it to Resources folder of your application where SfScrollFrame reads the static texts from here. You can download the default resource file from [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.Core.WinForms-1127975576).
You can edit the default resource file by adding it to Resources folder of your application where the WinForms Scroll Frame reads the static texts from here. You can download the default resource file from [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.Core.WinForms-1127975576).

![WinForms showing the edit the default resource fiel in scrollframe](SfScrollFrame_images/SfScrollFrame_img15.jpg)

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Scroll-Frame/UIAutomation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ documentation: ug

Microsoft UI automation is a new accessibility Framework for Microsoft Windows available on all the operating systems that support Windows Forms. UI automation provides accessibility to most of the UI elements and provides information about the UI element to the end user. You can interact with UI by using automated test scripts. To learn more about UI automation, refer to the [MSDN page](https://learn.microsoft.com/en-us/dotnet/framework/ui-automation/ui-automation-overview).

SfScrollFrame supports the following types of UI automations:
The WinForms Scroll Frame supports the following types of UI automations:

1. Coded UI test
2. Quick Test Professional

## Coded UI test

Automated tests that drive your application through its user interface (UI) are known as Coded UI Tests (CUITs). These tests include functional testing of the UI controls. SfScrollFrame supports CUITs Coded UI automation to create automated tests for the inner elements and records the sequence of actions. When dragging the crosshair shown in CodedUITestBuilder on UI elements, it shows the properties of the respective UI elements. The assertion can also be added for each properties of SfScrollFrame.
Automated tests that drive your application through its user interface (UI) are known as Coded UI Tests (CUITs). These tests include functional testing of the UI controls. The WinForms Scroll Frame supports CUITs Coded UI automation to create automated tests for the inner elements and records the sequence of actions. When dragging the crosshair shown in CodedUITestBuilder on UI elements, it shows the properties of the respective UI elements. The assertion can also be added for each properties of SfScrollFrame.

SfScrollFrame supports the following two levels of CUIT automations:
The WinForms Scroll Frame supports the following two levels of CUIT automations:

<table>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Splitter BackColor Customization in Windows Forms TabSplitterContainer

TabSplitterContainer now supports customizing the back color of the Splitter to match the theme of the application using the newly added property [SplitterBackColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterBackColor). Earlier this was not made possible.
WinForms Tab Splitter Container now supports customizing the back color of the Splitter to match the theme of the application using the newly added property [SplitterBackColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterBackColor). Earlier this was not made possible.

{% tabs %}

Expand Down
12 changes: 6 additions & 6 deletions WindowsForms/Tab-Splitter-Container/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Refer to the [Control dependencies](https://help.syncfusion.com/windowsforms/con

Click [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) to learn how to install nuget packages in a Windows Forms application.

## Adding TabSplitterContainer control via designer
## Adding WinForms Tab Splitter Container control via designer

1. Create a new Windows Forms project in Visual Studio to display the TabSplitterContainer control.
1. Create a new Windows Forms project in Visual Studio to display the WinForms Tab Splitter Container control.

2. The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) control can be added to an application by dragging it from the toolbox to a designer view. The following dependent assemblies will be added automatically:

Expand All @@ -32,11 +32,11 @@ Click [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/ins

### Add tab pages

Add pages to [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) by clicking the **Add primary page** and **Add secondary page** from Smart Tags of TabSplitterContainer.
Add pages to [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) by clicking the **Add primary page** and **Add secondary page** from Smart Tags of WinForms Tab Splitter Container.

![TabSplitterContainer control added by designer](GettingStarted-images/wf-tabsplitter-container-tabpage.png)

## Adding TabSplitterContainer control via code
## Adding WinForms Tab Splitter Container control via code

To add the control manually in C#, follow the given steps:

Expand Down Expand Up @@ -91,7 +91,7 @@ Me.Controls.Add(tabSplitterContainer1)
{% endcapture %}
{{ codesnippet2 | OrderList_Indent_Level_1 }}

5. Add tab pages into the control. First, create an instance of the required pages, and add primary and secondary pages to TabSplitterContainer using the [PrimaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_PrimaryPages) and [SecondaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SecondaryPages) collections, respectively.
5. Add tab pages into the control. First, create an instance of the required pages, and add primary and secondary pages to WinForms Tab Splitter Container using the [PrimaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_PrimaryPages) and [SecondaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SecondaryPages) collections, respectively.

{% capture codesnippet3 %}​
{% tabs %}
Expand Down Expand Up @@ -197,7 +197,7 @@ Me.tabSplitterPage1.Controls.Add(autoLabel2)

## Tab orientation

The TabSplitterContainer can be oriented horizontally or vertically using the [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property.
The WinForms Tab Splitter Container can be oriented horizontally or vertically using the [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property.

{% tabs %}
{% highlight C# %}
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Tab-Splitter-Container/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ documentation: ug

# Localization in Windows Forms Tab Splitter Container

Localization is the process of making application multilingual by formatting the content according to the cultures. TabSplitterContainer control can be localized in any Languages, based on application requirement by following below steps.
Localization is the process of making an application multilingual by formatting the content according to the cultures. The WinForms Tab Splitter Container control can be localized in any language based on the application requirement by following below steps.

Step 1: Need to initialize the LocalizationProvider class, inherited from the [ILocalizationProvider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.ILocalizationProvider.html) interface, before the InitializeComponent call in the constructor of an application.

Step 2: It will add the [GetLocalizedString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.ILocalizationProvider.html#Syncfusion_Windows_Forms_ILocalizationProvider_GetLocalizedString_System_Globalization_CultureInfo_System_String_System_Object_) function in the [LocalizationProvider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.LocalizationProvider.html) class. It is needed to provide the Localization content, for the required components used in TabSplitterContainer control.
Step 2: It will add the [GetLocalizedString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.ILocalizationProvider.html#Syncfusion_Windows_Forms_ILocalizationProvider_GetLocalizedString_System_Globalization_CultureInfo_System_String_System_Object_) function in the [LocalizationProvider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.LocalizationProvider.html) class. It is needed to provide the Localization content, for the required components used in the WinForms Tab Splitter Container control.

For example:
Here, TabSplitterContainer control is localized in German Language.
Here, the WinForms Tab Splitter Container control is localized in German Language.

{% tabs %}

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Tab-Splitter-Container/Orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Orientation in Windows Forms Tab Splitter Container

Orientation of the splitter in the TabSplitterContainer control is set using [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property. Default value is horizontal.
Orientation of the splitter in the WinForms Tab Splitter Container control is set using the [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property. The default value is horizontal.

{% tabs %}

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Tab-Splitter-Container/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# About Syncfusion® Windows Forms TabSplitterContainer Control

The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) control provides a VS 2008-style, tabbed, split view of tab groups to help easily render different views of the same document. The splitter comes with advanced options like swapping of splitter pages, adjustable splitter position, both at design time and run time, collapsing of the splitter panes and supports horizontal and vertical orientation of the splitter. This user guide will easily guide you with the features of TabSplitterContainer control.
The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) control provides a VS 2008-style, tabbed, split view of tab groups to help easily render different views of the same document. The splitter comes with advanced options like swapping of splitter pages, adjustable splitter position, both at design time and run time, collapsing of the splitter panes and supports horizontal and vertical orientation of the splitter. This user guide will easily guide you with the features of the WinForms Tab Splitter Container control.

![Split view of tab groups](Overview_images/Overview_img5.jpeg)

Expand All @@ -21,4 +21,4 @@ The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusio

**Orientation** - Provides support to horizontal and vertical orientations.

**VisualStyle** - Supports a rich set of VisualStyle to customize the look and feel of TabSplitterContainer.
**VisualStyle** - Supports a rich set of VisualStyle to customize the look and feel of the WinForms Tab Splitter Container.
2 changes: 1 addition & 1 deletion WindowsForms/Tab-Splitter-Container/Splitter-Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Splitter Features in Windows Forms TabSplitterContainer

The splitter in the TabSplitterContainer control has in-built options for changing the orientation of the splitter and also to collapse or expand the splitter panes.
The splitter in the WinForms Tab Splitter Container control has in-built options for changing the orientation of the splitter and also to collapse or expand the splitter panes.

![Splitter components](Splitter-Components_images/Splitter-Components_img1.jpeg)

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Tab-Splitter-Container/Splitter-Position.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Splitter Position in Windows Forms Tab Splitter Container

The splitter position can be adjusted manually within the TabSplitterContainer control at design time and also at run time. To specify the position programmatically, use the [SplitterPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterPosition) property.
The splitter position can be adjusted manually within the WinForms Tab Splitter Container control at design time and also at run time. To specify the position programmatically, use the [SplitterPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterPosition) property.

{% tabs %}

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Tab-Splitter-Container/Style.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Style in Windows Forms Tab Splitter Container

TabSplitterContainer offers various built in themes for its professional representation as follows
The WinForms Tab Splitter Container offers various built-in themes for its professional representation as follows

• Default

Expand Down