From 5a237bb5281c14620e7a1dc091f46e8e90b1630f Mon Sep 17 00:00:00 2001 From: Ganesh-Mariappan22 Date: Sat, 8 Aug 2026 23:02:31 +0530 Subject: [PATCH 1/2] Documentation(1046429) : UG documentation front matter correction for Windows Forms controls. --- WindowsForms/ListView/Appearance.md | 6 +++--- WindowsForms/ListView/CheckBoxSelection.md | 6 +++--- WindowsForms/ListView/DataBinding.md | 6 +++--- WindowsForms/ListView/Filtering.md | 6 +++--- WindowsForms/ListView/GettingStarted.md | 6 +++--- WindowsForms/ListView/Grouping.md | 6 +++--- WindowsForms/ListView/HeaderFooter.md | 6 +++--- WindowsForms/ListView/ItemSizing.md | 6 +++--- WindowsForms/ListView/Localization.md | 4 ++-- WindowsForms/ListView/Overview.md | 6 +++--- WindowsForms/ListView/ScrollbarCustomization.md | 6 +++--- WindowsForms/ListView/Selection.md | 6 +++--- WindowsForms/ListView/Sorting.md | 6 +++--- WindowsForms/ListView/UIAutomation.md | 6 +++--- 14 files changed, 41 insertions(+), 41 deletions(-) diff --git a/WindowsForms/ListView/Appearance.md b/WindowsForms/ListView/Appearance.md index 9b148a49e..f6b04b390 100644 --- a/WindowsForms/ListView/Appearance.md +++ b/WindowsForms/ListView/Appearance.md @@ -1,13 +1,13 @@ --- layout: post -title: Appearance -description: This section explains about the Appearance support in SfListView. +title: Customizing Item Appearance in Windows Forms SfListView | Syncfusion® +description: Customize item appearance in Windows Forms SfListView with styling options for selected items, groups, and visual elements to enhance the user experience. platform: windowsforms control: SfListView documentation: ug --- -# Appearance +# Customizing Item Appearance in Windows Forms SfListView SfListView allows to customize the appearance of selected items through the [SfListView.Style](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfListView.html#Syncfusion_WinForms_ListView_SfListView_Style) property that contains all the settings for Item and Items Group appearance customizations. ## Customizing item appearance diff --git a/WindowsForms/ListView/CheckBoxSelection.md b/WindowsForms/ListView/CheckBoxSelection.md index 30482141e..886c3a5f7 100644 --- a/WindowsForms/ListView/CheckBoxSelection.md +++ b/WindowsForms/ListView/CheckBoxSelection.md @@ -1,13 +1,13 @@ --- layout: post -title: CheckBox SelectionMode in Windows Forms ListView | Syncfusion -description: This section explains about the CheckBox SelectionMode support in Syncfusion ListView (SfListView) control, and more. +title: CheckBox Selection Mode in Windows Forms SfListView | Syncfusion® +description: CheckBox selection mode in Windows Forms SfListView enables users to select items using check boxes, supporting efficient multi-item selection and management. platform: windowsforms control: SfListView documentation: ug --- -# Check Box Selection in Windows Forms ListView (SfListView) +# CheckBox Selection Mode in Windows Forms SfListView The [Windows Forms ListView](https://www.syncfusion.com/winforms-ui-controls/listview) (SfListView) supports loading the checkBox to each item that allows the user to check or uncheck the corresponding item. You can display the check box in each item by setting the [SfListView.ShowCheckBoxes](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfListView.html#Syncfusion_WinForms_ListView_SfListView_ShowCheckBoxes) property to true. {% tabs %} diff --git a/WindowsForms/ListView/DataBinding.md b/WindowsForms/ListView/DataBinding.md index cce827997..9ef142bca 100644 --- a/WindowsForms/ListView/DataBinding.md +++ b/WindowsForms/ListView/DataBinding.md @@ -1,13 +1,13 @@ --- layout: post -title: Data Binding in Windows Forms ListView Control | Syncfusion -description: This section explains about the DataBinding support in Syncfusion Windows Forms (SfListView) control, its elements, and more. +title: Data Binding in Windows Forms SfListView | Syncfusion® +description: Data binding in Windows Forms SfListView enables seamless connection to data sources, allowing efficient display, management, and updates of list data. platform: windowsforms control: SfListView documentation: ug --- -# Data Binding in Windows Forms ListView Control +# Data Binding in Windows Forms SfListView The data source can be bound by using the [SfListView.DataSource](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfListView.html#Syncfusion_WinForms_ListView_SfListView_DataSource) property. The following members controls data binding: * Display Member - A property of the underlying datasource to display for SfListView. diff --git a/WindowsForms/ListView/Filtering.md b/WindowsForms/ListView/Filtering.md index 8095eb723..04e4c10c5 100644 --- a/WindowsForms/ListView/Filtering.md +++ b/WindowsForms/ListView/Filtering.md @@ -1,13 +1,13 @@ --- layout: post -title: Filtering in Windows Forms ListView Control | Syncfusion -description: This section explains about the Filtering support in Syncfusion Windows Forms ListView (SfListView) Control, its elements, and more. +title: Filtering in Windows Forms SfListView | Syncfusion® +description: Filtering in Windows Forms SfListView enables users to display items based on specific criteria, helping organize, search, and manage data efficiently. platform: windowsforms control: SfListView documentation: ug --- -# Filtering in Windows Forms ListView +# Filtering in Windows Forms SfListView This section explains how to filter the data and its related operations in the SfListView. ## Programmatic Filtering diff --git a/WindowsForms/ListView/GettingStarted.md b/WindowsForms/ListView/GettingStarted.md index 3b5942c46..020ff2782 100644 --- a/WindowsForms/ListView/GettingStarted.md +++ b/WindowsForms/ListView/GettingStarted.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with Windows Forms ListView Control | Syncfusion -description: This section explains how to add the SfListView control into windows forms application and how to perform grouping, sorting, filtering actions. +title: Getting Started with Windows Forms SfListView | Syncfusion® +description: Learn how to get started with the Syncfusion® Windows Forms SfListView control. Explore setup, grouping, sorting, filtering, and customization. platform: windowsforms control: SfListView documentation: ug --- -# Getting Started with Windows Forms ListView (SfListView) +# Getting Started with Windows Forms SfListView This section provides a quick overview for getting started with SfListView for WinForms. Walk through the entire process of creating a real-world SfListView. ## Assembly Deployment diff --git a/WindowsForms/ListView/Grouping.md b/WindowsForms/ListView/Grouping.md index 659356e89..483d46ae1 100644 --- a/WindowsForms/ListView/Grouping.md +++ b/WindowsForms/ListView/Grouping.md @@ -1,13 +1,13 @@ --- layout: post -title: Grouping in Windows Forms ListView Control | Syncfusion -description: This section explains about the Grouping support in Syncfusion Windows Forms ListView (SfListView) Control, its elements, and more. +title: Grouping in Windows Forms SfListView | Syncfusion® +description: Grouping in Windows Forms SfListView enables organizing items into categories, improving data presentation, navigation, and management within lists. platform: windowsforms control: SfListView documentation: ug --- -# Grouping in Windows Forms ListView +# Grouping in Windows Forms SfListView A group represents collection of items belongs to a category. When grouping is applied, the data will be organized into different groups based on the key values. Each group is identified by its `Key` by which you can get the underlying data in the group. ## Programmatic grouping diff --git a/WindowsForms/ListView/HeaderFooter.md b/WindowsForms/ListView/HeaderFooter.md index b9be48b51..a4890a5ea 100644 --- a/WindowsForms/ListView/HeaderFooter.md +++ b/WindowsForms/ListView/HeaderFooter.md @@ -1,13 +1,13 @@ --- layout: post -title: Header and footer in WinForms Listview | Syncfusion -description: Learn here all about Header and Footer support in Syncfusion WinForms Listview (SfListView) control,its element, and more. +title: Header and Footer in Windows Forms SfListView | Syncfusion® +description: Header and footer support in Windows Forms SfListView allows displaying text, images, custom controls, and summaries with customizable layouts. platform: windowsforms control: SfListView documentation: ug --- -# Header and Footer in WinForms Listview +# Header and Footer in Windows Forms SfListView SfListView allows you to show or hide the header and footer items through the [SfListView.ShowHeader](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfListView.html#Syncfusion_WinForms_ListView_SfListView_ShowHeader) and [SfListView.ShowFooter](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfListView.html#Syncfusion_WinForms_ListView_SfListView_ShowFooter) properties. By default, the header and footer items will stick on the top and bottom of the view. diff --git a/WindowsForms/ListView/ItemSizing.md b/WindowsForms/ListView/ItemSizing.md index ff75e635c..59f626bb4 100644 --- a/WindowsForms/ListView/ItemSizing.md +++ b/WindowsForms/ListView/ItemSizing.md @@ -1,13 +1,13 @@ --- layout: post -title: Item Sizing in WinForms ListView Control | Syncfusion -description: Learn here about Item Sizing in Syncfusion Essential WinForms ListView (SfListView) Control, its elements, and more. +title: Item Sizing in Windows Forms SfListView | Syncfusion® +description: Item sizing in Windows Forms SfListView enables customizing the size of list items to improve content presentation, readability, and layout flexibility. platform: windowsforms control: SfListView documentation: ug --- -# Item Sizing in WinForms ListView (SfListView) +# Item Sizing in Windows Forms SfListView This section explains how to customize the item size in the SfListView. ## Customizing item and group height diff --git a/WindowsForms/ListView/Localization.md b/WindowsForms/ListView/Localization.md index 81c21870a..a480d9b46 100644 --- a/WindowsForms/ListView/Localization.md +++ b/WindowsForms/ListView/Localization.md @@ -1,7 +1,7 @@ --- layout: post -title: Localization in WindowsForms SfListView Control | Syncfusion -description: Learn here about Localization with Syncfusion Windows Forms SfListView Control, its elements, and more. +title: Localization in Windows Forms SfListView | Syncfusion® +description: Localization support in Windows Forms SfListView enables adapting text, messages, and user interface elements to different languages and regional settings. platform: windowsforms control: SfListView documentation: ug diff --git a/WindowsForms/ListView/Overview.md b/WindowsForms/ListView/Overview.md index 0ff3a7a6b..144a8b388 100644 --- a/WindowsForms/ListView/Overview.md +++ b/WindowsForms/ListView/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Windows Forms ListView control | Syncfusion -description: This section explains about the listview control for windows forms and it's important key features such as data binding, selection and etc +title: About Syncfusion® Windows Forms SfListView Control | Syncfusion® +description: Learn about the introduction of Syncfusion® Essential Studio Windows Forms SfListView control, including data binding, selection, and other key features. platform: windowsforms control: SfListView documentation: ug --- -# Windows Forms ListView (SfListView) Overview +# About Syncfusion® Windows Forms SfListView Control The list view control allows user to select an item or multiple items from a list-like interface. The data can be sorted, grouped, and filtered with ease. diff --git a/WindowsForms/ListView/ScrollbarCustomization.md b/WindowsForms/ListView/ScrollbarCustomization.md index b609f6867..91c546ddd 100644 --- a/WindowsForms/ListView/ScrollbarCustomization.md +++ b/WindowsForms/ListView/ScrollbarCustomization.md @@ -1,13 +1,13 @@ --- layout: post -title: Scrollbar customization in Windows Forms ListView Control | Syncfusion -description: This section explains about the customization of scrollbar Visibility support in Syncfusion Windows Forms (SfListView) control. +title: Scrollbar Customization in Windows Forms SfListView | Syncfusion® +description: Scrollbar customization in Windows Forms SfListView enables controlling scrollbar visibility and appearance, improving navigation and user experience. platform: windowsforms control: SfListView documentation: ug --- -# Scrollbar customization in Windows Forms ListView Control +# Scrollbar Customization in Windows Forms SfListView This section explains how to customize the scrollbar visibility and behavior in the SfListView control. ## AutoHideScrollBars diff --git a/WindowsForms/ListView/Selection.md b/WindowsForms/ListView/Selection.md index 1359002f6..4a04f84d9 100644 --- a/WindowsForms/ListView/Selection.md +++ b/WindowsForms/ListView/Selection.md @@ -1,13 +1,13 @@ --- layout: post -title: Selection in Windows-Forms ListView Control | Syncfusion -description: Learn here all about selection feature of Syncfusion Windows Forms ListView (SfListView) control and more. +title: Selection in Windows Forms SfListView | Syncfusion® +description: Selection in Windows Forms SfListView supports UI and programmatic item selection, selected item management, hot tracking, and appearance customization. platform: windowsforms control: SfListView documentation: ug --- -# Selection in Windows Forms ListView (SfListView) +# Selection in Windows Forms SfListView This section explains how to perform selection and its related operations in the [Windows Forms ListView](https://www.syncfusion.com/winforms-ui-controls/listview) (SfListView). ## UI Selection diff --git a/WindowsForms/ListView/Sorting.md b/WindowsForms/ListView/Sorting.md index 5c666922e..557e8265f 100644 --- a/WindowsForms/ListView/Sorting.md +++ b/WindowsForms/ListView/Sorting.md @@ -1,13 +1,13 @@ --- layout: post -title: Sorting in Windows Forms ListView Control | Syncfusion -description: Learn here all about sorting feature of Syncfusion Windows Forms ListView (SfListView) control and more. +title: Sorting in Windows Forms SfListView | Syncfusion® +description: Sorting in Windows Forms SfListView enables arranging items in ascending or descending order, helping users organize and view data platform: windowsforms control: SfListView documentation: ug --- -# Sorting in Windows Forms ListView (SfListView) +# Sorting in Windows Forms SfListView The SfListView supports sorting the data either in ascending or descending order by using [DataSource.SortDescriptors](https://help.syncfusion.com/cr/windowsforms/Syncfusion.DataSource.DataSource.html#Syncfusion_DataSource_DataSource_SortDescriptors) property and by using the custom logic. ## Programmatic sorting diff --git a/WindowsForms/ListView/UIAutomation.md b/WindowsForms/ListView/UIAutomation.md index 78eb1f19a..41402cb5c 100644 --- a/WindowsForms/ListView/UIAutomation.md +++ b/WindowsForms/ListView/UIAutomation.md @@ -1,13 +1,13 @@ --- layout: post -title: UI Automation with SfListView for Syncfusion Essential WindowsForms -description: Learn here all about UI Automation feature of Syncfusion Windows Forms ListView (SfListView) control and more. +title: UI Automation in Windows Forms SfListView | Syncfusion® +description: UI automation in Windows Forms SfListView enables accessibility support and automated UI testing through frameworks such as Coded UI Test and QTP. platform: WindowsForms control: SfListView documentation: ug --- -# UI Automation in Windows Forms ListView (SfListView) +# UI Automation in Windows Forms SfListView 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). From 94a34cec7ff94685e8635ce22042abb9db57e608 Mon Sep 17 00:00:00 2001 From: Ganesh-Mariappan22 Date: Sat, 8 Aug 2026 23:43:57 +0530 Subject: [PATCH 2/2] Updated MessageBoxAdv Updated MessageBoxAdv --- WindowsForms/MessageBox/Button-Parameters.md | 6 +++--- .../How-to-apply-the-shadow-effects-for-MessageBoxAdv.md | 6 +++--- WindowsForms/MessageBox/Getting-Started.md | 6 +++--- WindowsForms/MessageBox/Localization.md | 6 +++--- WindowsForms/MessageBox/Overview.md | 6 +++--- WindowsForms/MessageBox/Styles-Settings.md | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/WindowsForms/MessageBox/Button-Parameters.md b/WindowsForms/MessageBox/Button-Parameters.md index 24f5ae793..7c9ae3012 100644 --- a/WindowsForms/MessageBox/Button-Parameters.md +++ b/WindowsForms/MessageBox/Button-Parameters.md @@ -1,13 +1,13 @@ --- layout: post -title: Button-Parameters | WindowsForms | Syncfusion -description: Learn about various button parameters, Right to Left, Details view and Resizing support in Windows Forms MessageBoxAdv +title: Button Parameters in Windows Forms MessageBoxAdv | Syncfusion® +description: Button parameters in Windows Forms MessageBoxAdv enable configuring button options, right-to-left layout, details view, and dialog resizing behavior. platform: WindowsForms control: MessageBoxAdv documentation: ug --- -# Button Parameters in Windows Forms MessageBox (MessageBoxAdv) +# Button Parameters in Windows Forms MessageBoxAdv [Show](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.MessageBoxAdv.html#Syncfusion_Windows_Forms_MessageBoxAdv_Show_System_String_) function helps to display a [MessageBoxAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.MessageBoxAdv.html). This section explains regarding the parameters available in [Show](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.MessageBoxAdv.html#Syncfusion_Windows_Forms_MessageBoxAdv_Show_System_String_) function. diff --git a/WindowsForms/MessageBox/FAQ/How-to-apply-the-shadow-effects-for-MessageBoxAdv.md b/WindowsForms/MessageBox/FAQ/How-to-apply-the-shadow-effects-for-MessageBoxAdv.md index 747c018a1..0f98f64a3 100644 --- a/WindowsForms/MessageBox/FAQ/How-to-apply-the-shadow-effects-for-MessageBoxAdv.md +++ b/WindowsForms/MessageBox/FAQ/How-to-apply-the-shadow-effects-for-MessageBoxAdv.md @@ -1,13 +1,13 @@ --- layout: post -title: How-to-apply-the-shadow-effects-for-MessageBoxAdv | WindowsForms | Syncfusion -description: how to apply the shadow effects for messageboxadv? +title: How to Apply Shadow Effects in Windows Forms MessageBoxAdv | Syncfusion® +description: Shadow effects in Windows Forms MessageBoxAdv enhance dialog appearance by adding visual depth, creating a modern and engaging user experience. platform: WindowsForms control: Frequently Asked Questions documentation: ug --- -# How to apply the shadow effects for MessageBoxAdv? +# How to apply the shadow effects in Windows Forms MessageBoxAdv In MessageBoxAdv, you can enable/disable the shadow effect by using the DropShadow property. Refer to the following code examples. diff --git a/WindowsForms/MessageBox/Getting-Started.md b/WindowsForms/MessageBox/Getting-Started.md index a92efc337..dc7992a8e 100644 --- a/WindowsForms/MessageBox/Getting-Started.md +++ b/WindowsForms/MessageBox/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with WinForms MessageBox control | Syncfusion -description: Learn here about getting started with Syncfusion Windows Forms MessageBox (MessageBoxAdv) control, its elements, and more. +title: Getting Started with Windows Forms MessageBoxAdv | Syncfusion® +description: Learn how to get started with the Syncfusion® Windows Forms MessageBoxAdv control. Explore setup, features, examples, and customization options. platform: WindowsForms control: MessageBoxAdv documentation: ug --- -# Getting Started with Windows Forms MessageBox (MessageBoxAdv) +# Getting Started with Windows Forms MessageBoxAdv This section explains how to configure [MessageBoxAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.MessageBoxAdv.html) control in a Windows Forms application. diff --git a/WindowsForms/MessageBox/Localization.md b/WindowsForms/MessageBox/Localization.md index a42535fb0..802d1e57d 100644 --- a/WindowsForms/MessageBox/Localization.md +++ b/WindowsForms/MessageBox/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization in Windows Forms MessageBox control | Syncfusion -description: Learn here all about the localization feature of Syncfusion Windows Forms MessageBox (MessageBoxAdv) control and more. +title: Localization in Windows Forms MessageBoxAdv | Syncfusion® +description: Localization in Windows Forms MessageBoxAdv enables displaying dialog content, button text, and messages in different languages and regional settings. platform: WindowsForms control: MessageBoxAdv documentation: ug --- -# Localization in Windows Forms MessageBox (MessageBoxAdv) +# Localization in Windows Forms MessageBoxAdv Localization is the process of translating the application resources into different language for the specific cultures. MessageBoxAdv control can be localized in any Languages, based on application requirement by following below steps. diff --git a/WindowsForms/MessageBox/Overview.md b/WindowsForms/MessageBox/Overview.md index 285c787e7..26dc3821e 100644 --- a/WindowsForms/MessageBox/Overview.md +++ b/WindowsForms/MessageBox/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: Overview of MessageBoxAdv control | Windows Forms | Syncfusion -description: MessageBoxAdv displays message to user in a modal window. It provides details view, themes, localization, shadow effects and etc. +title: About Syncfusion® Windows Forms MessageBoxAdv Control | Syncfusion® +description: Learn about the introduction and overview of Syncfusion® Windows Forms MessageBoxAdv control, including themes, localization, and key features. platform: WindowsForms control: MessageBoxAdv documentation: ug --- -# Windows Forms MessageBox (MessageBoxAdv) Overview +# About Syncfusion® Windows Forms MessageBoxAdv Control The [MessageBoxAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.MessageBoxAdv.html) is an advanced MessageBox control that can be used to display a message to the end-user. It provides icons, buttons support and complete customization option for the control. diff --git a/WindowsForms/MessageBox/Styles-Settings.md b/WindowsForms/MessageBox/Styles-Settings.md index 7fe8273dd..fbfacbe3a 100644 --- a/WindowsForms/MessageBox/Styles-Settings.md +++ b/WindowsForms/MessageBox/Styles-Settings.md @@ -1,13 +1,13 @@ --- layout: post -title: Theming in Windows Forms MessageBox control | Syncfusion -description: Learn here all about theming feature of Syncfusion Windows Forms MessageBox (MessageBoxAdv) control and more. +title: Theming in Windows Forms MessageBoxAdv | Syncfusion® +description: Theming in Windows Forms MessageBoxAdv enables applying visual styles and appearance customization options to create consistent and modern dialog experiences. platform: WindowsForms control: MessageBoxAdv documentation: ug --- -# Style settings in Windows Forms MessageBox (MessageBoxAdv) +# Theming in Windows Forms MessageBoxAdv This section explains the visual styles and customization support in MessageBoxAdv.