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/ListView/Appearance.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/CheckBoxSelection.md
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/DataBinding.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/Filtering.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/Grouping.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/HeaderFooter.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/ItemSizing.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/ListView/Localization.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/Overview.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/ScrollbarCustomization.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/Selection.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/Sorting.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ListView/UIAutomation.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/MessageBox/Button-Parameters.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/MessageBox/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/MessageBox/Localization.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/MessageBox/Overview.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/MessageBox/Styles-Settings.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down