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/ComboBox/Appearance.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Appearance in Windows Forms ComboBox control | Syncfusion
description: Learn about Appearance support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Appearance in Windows Forms SfComboBox | Syncfusion®
description: Appearance in Windows Forms SfComboBox enables customizing editor, drop-down, and button visuals with styles, images, themes, and other visual settings.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Appearance in Windows Forms ComboBox (SfComboBox)
# Appearance in Windows Forms SfComboBox

## Customizing editor appearance

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/AutoComplete.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Auto Complete in Windows Forms ComboBox control | Syncfusion
description: Learn about Auto Complete support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Auto Complete in Windows Forms SfComboBox | Syncfusion®
description: Auto complete in Windows Forms SfComboBox provides suggestion, append, and filtering modes with configurable matching for faster item selection.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Auto Complete in Windows Forms ComboBox (SfComboBox)
# Auto Complete in Windows Forms SfComboBox

Auto complete can be enabled by using the [SfComboBox.AutoCompleteMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfComboBox.html#Syncfusion_WinForms_ListView_SfComboBox_AutoCompleteMode) property. Three different ways to display the suggestions are:

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/DataBinding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Data Binding in Windows Forms ComboBox control | Syncfusion
description: Learn about Data Binding support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Data Binding in Windows Forms SfComboBox | Syncfusion®
description: Data binding in Windows Forms SfComboBox enables connecting to various data sources using display and value members for efficient data presentation.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Data Binding in Windows Forms ComboBox (SfComboBox)
# Data Binding in Windows Forms SfComboBox

The data source can be bound by using the [DataSource](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfComboBox.html#Syncfusion_WinForms_ListView_SfComboBox_DataSource) property. The following properties controls the data binding:

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/DropDown.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Drop-Down in Windows Forms ComboBox control | Syncfusion
description: Learn about Drop-Down support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Drop-Down in Windows Forms SfComboBox | Syncfusion®
description: Drop-down support in Windows Forms SfComboBox enables customizing item display, resizing behavior, position, width, and drop-down opening and closing actions.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Drop-Down in Windows Forms ComboBox (SfComboBox)
# Drop-Down in Windows Forms SfComboBox

## Setting maximum drop-down items

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/Editing.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Editing in Windows Forms ComboBox control | Syncfusion
description: Learn about Editing support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Editing in Windows Forms SfComboBox | Syncfusion®
description: Editing in Windows Forms SfComboBox enables users to edit or restrict input in the editor area using editable and non-editable dropdown modes.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Editing in Windows Forms ComboBox (SfComboBox)
# Editing in Windows Forms SfComboBox

The [SfComboBox.DropDownStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfComboBox.html#Syncfusion_WinForms_ListView_SfComboBox_DropDownStyle) property determines whether the editor portion of the control can be edited or not. The two different modes of editing are:

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/Filtering.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Filtering in Windows Forms ComboBox control | Syncfusion
description: Learn about Filtering support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Filtering in Windows Forms SfComboBox | Syncfusion®
description: Filtering in Windows Forms SfComboBox enables users to display items based on specific criteria, helping organize, search, and manage data efficiently.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Filtering in Windows Forms ComboBox (SfComboBox)
# Filtering in Windows Forms SfComboBox

The [Windows Forms ComboBox](https://www.syncfusion.com/winforms-ui-controls/combobox) (SfComboBox) support you to filter the items by setting the [Filter](https://help.syncfusion.com/cr/windowsforms/Syncfusion.DataSource.DataSource.html#Syncfusion_DataSource_DataSource_Filter) property of `DropDownListView` to a predicate that will be called for every data item to determine whether the item is visible or not.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started with Windows Forms ComboBox control | Syncfusion
description: Learn here about getting started with Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Getting Started with Windows Forms SfComboBox | Syncfusion®
description: Learn how to get started with the Syncfusion® Windows Forms SfComboBox control. Explore setup, elements, features, examples, and customization options.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Getting Started with Windows Forms ComboBox (SfComboBox)
# Getting Started with Windows Forms SfComboBox
This section provides a quick overview for working with the ComboBox in WinForms.

## Assembly Deployment
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/ItemHeight.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Item Height in Windows Forms ComboBox control | Syncfusion
description: Learn about Item Height support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Item Height in Windows Forms SfComboBox | Syncfusion®
description: Item height support in Windows Forms SfComboBox enables customizing item heights, auto-fitting items based on content, and applying conditional sizing.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Item Height in Windows Forms ComboBox (SfComboBox)
# Item Height in Windows Forms SfComboBox

## Setting height for the items

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/Localization.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Localization in Windows Forms ComboBox control | Syncfusion
description: Learn about Localization support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Localization in Windows Forms SfComboBox | Syncfusion®
description: Localization support in Windows Forms SfComboBox enables adapting text, messages, and user interface elements to different languages and regional settings.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Localization in Windows Forms ComboBox (SfComboBox)
# Localization in Windows Forms SfComboBox

Localization is a process of translating the application resources into different languages for some specific cultures. The SfComboBox can be localized by adding the `resource` file. Application culture can be changed by setting the `CurrentUICulture` before `InitializeComponent` method.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About Windows Forms ComboBox control | Syncfusion
description: Learn here all about introduction of Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: About Syncfusion® Windows Forms SfComboBox Control | Syncfusion®
description: Learn about the introduction of Syncfusion® Essential Studio Windows Forms SfComboBox control, including data binding, selection, and other key features.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Windows Forms ComboBox (SfComboBox) Overview
# About Syncfusion® Windows Forms SfComboBox Control

[WinForms ComboBox](https://www.syncfusion.com/winforms-ui-controls/combobox) is a text box component that allows a user to type a value or choose an option from a list of predefined options. It has several out-of-the-box features such as data binding, filtering, UI customization, accessibility, and more.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/Selection.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Selection in Windows Forms ComboBox control | Syncfusion
description: Learn about Selection support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Selection in Windows Forms SfComboBox | Syncfusion®
description: Selection in Windows Forms SfComboBox enables single and multiple item selection, selected value retrieval, delimiter customization, and selection management.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Selection in Windows Forms ComboBox (SfComboBox)
# Selection in Windows Forms SfComboBox

The [Windows Forms ComboBox](https://www.syncfusion.com/winforms-ui-controls/combobox) (SfComboBox) allows you to select single or multiple items in the drop-down list. The selection mode can be set by using the [ComboBoxMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfComboBox.html#Syncfusion_WinForms_ListView_SfComboBox_ComboBoxMode) property.

Expand Down
7 changes: 4 additions & 3 deletions WindowsForms/ComboBox/Sorting.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Sorting in Windows Forms ComboBox control | Syncfusion
description: Learn about Sorting support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Sorting in Windows Forms SfComboBox | Syncfusion®
description: Sorting in Windows Forms SfComboBox enables arranging data in ascending or descending order using sort descriptors for efficient data organization.

platform: windowsforms
control: SfComboBox
documentation: ug
---

# Sorting in Windows Forms ComboBox (SfComboBox)
# Sorting in Windows Forms SfComboBox

The [Windows Forms ComboBox](https://www.syncfusion.com/winforms-ui-controls/combobox) (SfComboBox) supports sorting the data either in ascending or descending order by using the [sfComboBox1.DropDownListView.View.SortDescriptors](https://help.syncfusion.com/cr/windowsforms/Syncfusion.DataSource.DataSource.html#Syncfusion_DataSource_DataSource_SortDescriptors) property.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/Token.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Token in Windows Forms ComboBox control | Syncfusion
description: Learn about Token support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Token support in Windows Forms SfComboBox | Syncfusion®
description: Token support in Windows Forms SfComboBox displays selected items as tokens, enabling intuitive multi-selection, token customization, and item management.
platform: windowsforms
control: SfComboBox
documentation: ug
---

# Token in Windows Forms ComboBox (SfComboBox)
# Token support in Windows Forms SfComboBox

Token represents the selected item(s) in combobox. The selected items are displayed in rounded-polygon shape with close icon. This option also helps to select multiple items without using check box and remove the token at run time.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/ComboBox/UIAutomation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: UI Automation in Windows Forms ComboBox control | Syncfusion
description: Learn about UI Automation support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: UI Automation in Windows Forms SfComboBox | Syncfusion®
description: UI automation in Windows Forms SfComboBox enables accessibility support and automated UI testing through frameworks such as Coded UI Test and QTP.
platform: WindowsForms
control: SfComboBox
documentation: ug
---

# UI Automation in Windows Forms ComboBox (SfComboBox)
# UI Automation in Windows Forms SfComboBox

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
7 changes: 4 additions & 3 deletions WindowsForms/ComboBox/Watermark.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Watermark in Windows Forms ComboBox control | Syncfusion
description: Learn about Watermark support in Syncfusion Windows Forms ComboBox (SfComboBox) control and more details.
title: Watermark in Windows Forms SfComboBox | Syncfusion®
description: Watermark support in Windows Forms SfComboBox displays placeholder text when no value is selected and allows customization of its appearance.

platform: windowsforms
control: SfComboBox
documentation: ug
---

# Watermark in Windows Forms ComboBox (SfComboBox)
# Watermark in Windows Forms SfComboBox

## Null value

Expand Down