diff --git a/WindowsForms/ComboBox/Appearance.md b/WindowsForms/ComboBox/Appearance.md index 974b7a12d..eff38c310 100644 --- a/WindowsForms/ComboBox/Appearance.md +++ b/WindowsForms/ComboBox/Appearance.md @@ -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 diff --git a/WindowsForms/ComboBox/AutoComplete.md b/WindowsForms/ComboBox/AutoComplete.md index 11f6c9f39..a9653b92d 100644 --- a/WindowsForms/ComboBox/AutoComplete.md +++ b/WindowsForms/ComboBox/AutoComplete.md @@ -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: diff --git a/WindowsForms/ComboBox/DataBinding.md b/WindowsForms/ComboBox/DataBinding.md index b3859bef6..ffa37d9b5 100644 --- a/WindowsForms/ComboBox/DataBinding.md +++ b/WindowsForms/ComboBox/DataBinding.md @@ -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: diff --git a/WindowsForms/ComboBox/DropDown.md b/WindowsForms/ComboBox/DropDown.md index b8827782a..c84605a06 100644 --- a/WindowsForms/ComboBox/DropDown.md +++ b/WindowsForms/ComboBox/DropDown.md @@ -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 diff --git a/WindowsForms/ComboBox/Editing.md b/WindowsForms/ComboBox/Editing.md index 5afa1ad0a..753f4d82e 100644 --- a/WindowsForms/ComboBox/Editing.md +++ b/WindowsForms/ComboBox/Editing.md @@ -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: diff --git a/WindowsForms/ComboBox/Filtering.md b/WindowsForms/ComboBox/Filtering.md index 7feb9f92c..5132e4e44 100644 --- a/WindowsForms/ComboBox/Filtering.md +++ b/WindowsForms/ComboBox/Filtering.md @@ -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. diff --git a/WindowsForms/ComboBox/GettingStarted.md b/WindowsForms/ComboBox/GettingStarted.md index 693df82d1..ce979d647 100644 --- a/WindowsForms/ComboBox/GettingStarted.md +++ b/WindowsForms/ComboBox/GettingStarted.md @@ -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 diff --git a/WindowsForms/ComboBox/ItemHeight.md b/WindowsForms/ComboBox/ItemHeight.md index 13080a0b7..7ffa3b6eb 100644 --- a/WindowsForms/ComboBox/ItemHeight.md +++ b/WindowsForms/ComboBox/ItemHeight.md @@ -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 diff --git a/WindowsForms/ComboBox/Localization.md b/WindowsForms/ComboBox/Localization.md index b27c9a9d3..a030c817b 100644 --- a/WindowsForms/ComboBox/Localization.md +++ b/WindowsForms/ComboBox/Localization.md @@ -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. diff --git a/WindowsForms/ComboBox/Overview.md b/WindowsForms/ComboBox/Overview.md index 632eb6bd7..8fea8fb89 100644 --- a/WindowsForms/ComboBox/Overview.md +++ b/WindowsForms/ComboBox/Overview.md @@ -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. diff --git a/WindowsForms/ComboBox/Selection.md b/WindowsForms/ComboBox/Selection.md index 77294ed85..94a5327b9 100644 --- a/WindowsForms/ComboBox/Selection.md +++ b/WindowsForms/ComboBox/Selection.md @@ -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. diff --git a/WindowsForms/ComboBox/Sorting.md b/WindowsForms/ComboBox/Sorting.md index 80719f693..18b50ef6f 100644 --- a/WindowsForms/ComboBox/Sorting.md +++ b/WindowsForms/ComboBox/Sorting.md @@ -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. diff --git a/WindowsForms/ComboBox/Token.md b/WindowsForms/ComboBox/Token.md index f14473066..e34be6241 100644 --- a/WindowsForms/ComboBox/Token.md +++ b/WindowsForms/ComboBox/Token.md @@ -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. diff --git a/WindowsForms/ComboBox/UIAutomation.md b/WindowsForms/ComboBox/UIAutomation.md index b807c3635..47edad3e1 100644 --- a/WindowsForms/ComboBox/UIAutomation.md +++ b/WindowsForms/ComboBox/UIAutomation.md @@ -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). diff --git a/WindowsForms/ComboBox/Watermark.md b/WindowsForms/ComboBox/Watermark.md index e415bd270..4f26eafed 100644 --- a/WindowsForms/ComboBox/Watermark.md +++ b/WindowsForms/ComboBox/Watermark.md @@ -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