From 0c2c8b1f770e5112b2847fa884b71d10f587a4df Mon Sep 17 00:00:00 2001 From: Edithabich Date: Mon, 9 Sep 2024 18:22:13 +0300 Subject: [PATCH 1/2] SEO-187681-page-with-redirect-winforms --- WindowsForms/TabControl/Alignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsForms/TabControl/Alignment.md b/WindowsForms/TabControl/Alignment.md index 282716dd7..a390ae325 100644 --- a/WindowsForms/TabControl/Alignment.md +++ b/WindowsForms/TabControl/Alignment.md @@ -107,7 +107,7 @@ Me.tabControlAdv1.KeepSelectedTabInFrontRow = True ## RTL support -[TabControlAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html) allows the TabItems to be drawn from right to left. This can be done by setting the [RightToLeft](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) property to Yes. +[TabControlAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html) allows the TabItems to be drawn from right to left. This can be done by setting the [RightToLeft](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) property to Yes. This property aligns the tabs and the text from right to left which proves to be helpful for the Right-To-Left languages. @@ -117,7 +117,7 @@ This property aligns the tabs and the text from right to left which proves to be The [RotateTabsWhenRTL](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_RotateTabsWhenRTL) property can be used to rotate the tabs which are aligned to the left and right of the [TabPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_TabPages). This specifies whether a tab should be drawn from left to right or from right to left. The default value is `false`. -When the [RightToLeft](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) mode is activated and [RotateTabsWhenRTL](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_RotateTabsWhenRTL) property is enabled, tab rotation is allowed. +When the [RightToLeft](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) mode is activated and [RotateTabsWhenRTL](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_RotateTabsWhenRTL) property is enabled, tab rotation is allowed. ![Rotating tabs](RTL-Support_images/RTL-Support_img2.jpeg) From e155a01e2c16604ccd1214e2fb4c2f628e54b96b Mon Sep 17 00:00:00 2001 From: Edithabich Date: Tue, 10 Sep 2024 12:59:49 +0300 Subject: [PATCH 2/2] fixed ci issue --- WindowsForms/TabControl/Alignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsForms/TabControl/Alignment.md b/WindowsForms/TabControl/Alignment.md index a390ae325..584b4aca6 100644 --- a/WindowsForms/TabControl/Alignment.md +++ b/WindowsForms/TabControl/Alignment.md @@ -2,7 +2,7 @@ layout: post title: Alignment in Windows Forms TabControl control | Syncfusion description: Learn about Alignment support in Syncfusion Windows Forms TabControl (TabControlAdv) control and more details. -platform: WindowsForms +platform: windowsforms control: TabControlAdv documentation: ug ---