From e52d5eed99b6af37fc8c2b3376ced0d3867bcda4 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Tue, 23 Dec 2025 16:43:48 +0300 Subject: [PATCH 1/4] 211977-Serpstat-Issue-fixes-Help-Domain-Server-status-code-4xx-UWP-Docs --- uwp/DatePicker/Getting-Started.md | 20 ++++++++++---------- uwp/Tab-Control/Getting-Started.md | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/uwp/DatePicker/Getting-Started.md b/uwp/DatePicker/Getting-Started.md index 05b45b65..915c4a2c 100644 --- a/uwp/DatePicker/Getting-Started.md +++ b/uwp/DatePicker/Getting-Started.md @@ -9,33 +9,33 @@ documentation: ug # Getting Started with UWP DatePicker (SfDatePicker) -This section provides a quick overview for working with [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control. +This section provides a quick overview for working with [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control. ## Assembly deployment -Refer to the [control dependencies](https://help.syncfusion.com/uwp/control-dependencies#sfdatepicker) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the[SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control in any application. +Refer to the [control dependencies](https://help.syncfusion.com/uwp/control-dependencies#sfdatepicker) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the[SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control in any application. You can refer this [documentation](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) to find more details about installing the NuGet package in a UWP application. ## Creating Application with SfDatePicker control -In this walk through, user will create a UWP application that contains [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control. +In this walk through, user will create a UWP application that contains [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control. 1. [Creating project](#Creating-the-project) 2. [Adding control via designer](#Adding-control-via-designer) 3. [Adding control manually in XAML](#Adding-control-manually-in-XAML) 4. [Adding control manually in C#](#Adding-control-manually-in-C#) ## Creating project -Below section provides detailed information to create new project in Visual Studio to display [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control. +Below section provides detailed information to create new project in Visual Studio to display [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control. ## Adding control via designer -The[SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control can be added to the application by dragging it from Toolbox and dropping it in designer. The required assembles will be added automatically. +The[SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control can be added to the application by dragging it from Toolbox and dropping it in designer. The required assembles will be added automatically. ![Adding control via designer](Getting-Started_images/Getting-Started-img1.png) ## Adding control manually in XAML -In order to add [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control manually in XAML, do the below steps, +In order to add [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control manually in XAML, do the below steps, 1. Add the below required assembly references to the project, @@ -58,7 +58,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Input"> {% endtabs %} -3. Now add the[SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control in MainPage.XAML. +3. Now add the[SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control in MainPage.XAML. {% tabs %} @@ -72,7 +72,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Input"> ## Adding control manually in C# -In order to add [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control manually in C#, do the below steps, +In order to add [SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control manually in C#, do the below steps, 1. Add the below required assembly references to the project, @@ -112,7 +112,7 @@ Dim datePicker1 As SfDatePicker = New SfDatePicker() With { ## Customizing the date format -The format of date in [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) can be be customized by using [FormatString](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_FormatString) property. For example, format of date can be changed to *yyyy-dd-MM* format. +The format of date in [SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) can be be customized by using [FormatString](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_FormatString) property. For example, format of date can be changed to *yyyy-dd-MM* format. {% tabs %} @@ -139,7 +139,7 @@ datePicker1.FormatString = "yyyy-dd-MM" ## Customize SfDateSelector Header -You can customize the [SfDateSelector](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDateSelector.html) in [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.SfInput.UWP~Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control using [SelectorStyle](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_SelectorStyle) property. +You can customize the [SfDateSelector](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDateSelector.html) in [SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control using [SelectorStyle](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_SelectorStyle) property. {% tabs %} diff --git a/uwp/Tab-Control/Getting-Started.md b/uwp/Tab-Control/Getting-Started.md index f4917655..b9a500e6 100644 --- a/uwp/Tab-Control/Getting-Started.md +++ b/uwp/Tab-Control/Getting-Started.md @@ -9,32 +9,32 @@ documentation: ug # Getting Started with UWP Tab Control (SfTabControl) -This section explains how to create a high level tab navigation using [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) control. +This section explains how to create a high level tab navigation using [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) control. ## Assembly deployment -Refer to the [control dependencies](https://help.syncfusion.com/uwp/control-dependencies#sftabcontrol) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in any application. +Refer to the [control dependencies](https://help.syncfusion.com/uwp/control-dependencies#sftabcontrol) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in any application. You can refer this [documentation](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) to find more details about installing the NuGet package in a UWP application. ## Creating Application with SfTabControl -In this walk through, user will create a UWP application that contains [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). +In this walk through, user will create a UWP application that contains [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). 1. [Creating project](#Creating-the-project) 2. [Adding control via designer](#Adding-control-via-designer) 3. [Adding control manually in XAML](#Adding-control-manually-in-XAML) 4. [Adding control manually in C#](#Adding-control-manually-in-C#) ## Creating project -Below section provides detailed information to create new project in Visual Studio to display [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). +Below section provides detailed information to create new project in Visual Studio to display [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). ## Adding control via designer -The [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) can be added to the application by dragging it from Toolbox and dropping it in designer. The required assembles will be added automatically. +The [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) can be added to the application by dragging it from Toolbox and dropping it in designer. The required assembles will be added automatically. ![Adding control via designer](GettingStarted-images/GettingStarted-img1.png) ## Adding control manually in XAML -In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in XAML, do the below steps, +In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in XAML, do the below steps, 1. Add the below required assembly references to the project, @@ -55,7 +55,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Navigation"> {% endhighlight %} {% endtabs %} -3. Now add the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in MainPage.XAML. +3. Now add the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in MainPage.XAML. {% tabs %} {% highlight XAML %} @@ -71,7 +71,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Navigation"> ## Adding control manually in C# -In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in C#, do the below steps, +In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in C#, do the below steps, 1. Add the below required assembly references to the project, @@ -121,7 +121,7 @@ sfTabControl1.Items.Add(tabitem3) ### Adding items by DataBinding -In [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) you can add tab items by [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) in which each tab item must have property for `Header` and `Content`. +In [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) you can add tab items by [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) in which each tab item must have property for `Header` and `Content`. 1.Define the properties required in Model class. @@ -255,7 +255,7 @@ End Class ## Design view for content -You can show scroll button for [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.SfTabControl.UWP~Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) tab items by setting [TabScrollButtonVisibility](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#Syncfusion_UI_Xaml_Controls_Navigation_SfTabControl_TabScrollButtonVisibility) property value to `Visible`.You can bind the view model collection to [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) property and design the template for content. +You can show scroll button for [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) tab items by setting [TabScrollButtonVisibility](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#Syncfusion_UI_Xaml_Controls_Navigation_SfTabControl_TabScrollButtonVisibility) property value to `Visible`.You can bind the view model collection to [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) property and design the template for content. {% tabs %} {% highlight XAML %} From 46d1d7b7a9628ef98a34568e0cc84a243c6242d3 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Tue, 6 Jan 2026 11:02:34 +0300 Subject: [PATCH 2/4] Update Getting-Started.md updated valid links --- uwp/DatePicker/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwp/DatePicker/Getting-Started.md b/uwp/DatePicker/Getting-Started.md index 915c4a2c..b9f545a7 100644 --- a/uwp/DatePicker/Getting-Started.md +++ b/uwp/DatePicker/Getting-Started.md @@ -112,7 +112,7 @@ Dim datePicker1 As SfDatePicker = New SfDatePicker() With { ## Customizing the date format -The format of date in [SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) can be be customized by using [FormatString](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_FormatString) property. For example, format of date can be changed to *yyyy-dd-MM* format. +The format of date in [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) can be be customized by using [FormatString](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_FormatString) property. For example, format of date can be changed to *yyyy-dd-MM* format. {% tabs %} @@ -139,7 +139,7 @@ datePicker1.FormatString = "yyyy-dd-MM" ## Customize SfDateSelector Header -You can customize the [SfDateSelector](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDateSelector.html) in [SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control using [SelectorStyle](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_SelectorStyle) property. +You can customize the [SfDateSelector](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDateSelector.html) in [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control using [SelectorStyle](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfTimePicker.html#Syncfusion_UI_Xaml_Controls_Input_SfTimePicker_SelectorStyle) property. {% tabs %} From a92ffff42401a8bb0bd4313b680df8e61ab0a038 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Tue, 6 Jan 2026 11:47:05 +0300 Subject: [PATCH 3/4] Update Getting-Started.md updated valid links --- uwp/Tab-Control/Getting-Started.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/uwp/Tab-Control/Getting-Started.md b/uwp/Tab-Control/Getting-Started.md index b9a500e6..3654f62c 100644 --- a/uwp/Tab-Control/Getting-Started.md +++ b/uwp/Tab-Control/Getting-Started.md @@ -9,32 +9,32 @@ documentation: ug # Getting Started with UWP Tab Control (SfTabControl) -This section explains how to create a high level tab navigation using [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) control. +This section explains how to create a high level tab navigation using [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) control. ## Assembly deployment -Refer to the [control dependencies](https://help.syncfusion.com/uwp/control-dependencies#sftabcontrol) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in any application. +Refer to the [control dependencies](https://help.syncfusion.com/uwp/control-dependencies#sftabcontrol) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in any application. You can refer this [documentation](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) to find more details about installing the NuGet package in a UWP application. ## Creating Application with SfTabControl -In this walk through, user will create a UWP application that contains [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). +In this walk through, user will create a UWP application that contains [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). 1. [Creating project](#Creating-the-project) 2. [Adding control via designer](#Adding-control-via-designer) 3. [Adding control manually in XAML](#Adding-control-manually-in-XAML) 4. [Adding control manually in C#](#Adding-control-manually-in-C#) ## Creating project -Below section provides detailed information to create new project in Visual Studio to display [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). +Below section provides detailed information to create new project in Visual Studio to display [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html). ## Adding control via designer -The [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) can be added to the application by dragging it from Toolbox and dropping it in designer. The required assembles will be added automatically. +The [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) can be added to the application by dragging it from Toolbox and dropping it in designer. The required assembles will be added automatically. ![Adding control via designer](GettingStarted-images/GettingStarted-img1.png) ## Adding control manually in XAML -In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in XAML, do the below steps, +In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in XAML, do the below steps, 1. Add the below required assembly references to the project, @@ -55,7 +55,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Navigation"> {% endhighlight %} {% endtabs %} -3. Now add the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in MainPage.XAML. +3. Now add the [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) in MainPage.XAML. {% tabs %} {% highlight XAML %} @@ -71,7 +71,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Navigation"> ## Adding control manually in C# -In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in C#, do the below steps, +In order to add [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) manually in C#, do the below steps, 1. Add the below required assembly references to the project, @@ -121,7 +121,7 @@ sfTabControl1.Items.Add(tabitem3) ### Adding items by DataBinding -In [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) you can add tab items by [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) in which each tab item must have property for `Header` and `Content`. +In [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) you can add tab items by [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) in which each tab item must have property for `Header` and `Content`. 1.Define the properties required in Model class. @@ -255,7 +255,7 @@ End Class ## Design view for content -You can show scroll button for [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) tab items by setting [TabScrollButtonVisibility](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#Syncfusion_UI_Xaml_Controls_Navigation_SfTabControl_TabScrollButtonVisibility) property value to `Visible`.You can bind the view model collection to [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) property and design the template for content. +You can show scroll button for [SfTabControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html) tab items by setting [TabScrollButtonVisibility](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#Syncfusion_UI_Xaml_Controls_Navigation_SfTabControl_TabScrollButtonVisibility) property value to `Visible`.You can bind the view model collection to [ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Navigation.SfTabControl.html#) property and design the template for content. {% tabs %} {% highlight XAML %} From 98777f8eb6cb04a7ad1d9d9b8f08eb40b4d9600d Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Mon, 26 Jan 2026 16:11:56 +0300 Subject: [PATCH 4/4] resolved comments.. --- uwp/DatePicker/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwp/DatePicker/Getting-Started.md b/uwp/DatePicker/Getting-Started.md index b9f545a7..7f27b2ae 100644 --- a/uwp/DatePicker/Getting-Started.md +++ b/uwp/DatePicker/Getting-Started.md @@ -58,7 +58,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Input"> {% endtabs %} -3. Now add the[SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control in MainPage.XAML. +3. Now add the[SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control in MainPage.XAML. {% tabs %} @@ -72,7 +72,7 @@ xmlns:syncfusion="using:Syncfusion.UI.Xaml.Controls.Input"> ## Adding control manually in C# -In order to add [SfDatePicker](https://help.syncfusion.com/cr/uwp/https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control manually in C#, do the below steps, +In order to add [SfDatePicker](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Controls.Input.SfDatePicker.html) control manually in C#, do the below steps, 1. Add the below required assembly references to the project,