$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
MultiColumnComboBox Control
Render multiple string values for dropdown controls
Home > WinForms UI Controls > User Manual > Multiple Columns ComboBox Properties in C#

Drop Down Properties of Multi-Column ComboBox

Kettic Multi-Column ComboBox is a combobox component that combines the features and functionality of KetticComboBox control and KetticGridView control. This control integrates the Kettic GridView component into the drop-down of it. The drop-down element is an object of the KetticMultiColumnComboBoxElement and is capable of customizing the drop-down appearance, animation and changing the size of the combobox.

Properties of Drop-Down Element for Multi-Column ComboBox

MultiColumnComboBoxElement offers the EditorControl property to get the KetticGridView .NET component and work with it normally. However, there are still some limitations of it. The KetticGridView control hosted in the drop-down does not support editing, filtering, grouping and sorting operations as well as the auto-compete mode of the KetticDropDownList.

Sizing Width of Dropdown Property

The Kettic Multi-Column ComboBox .NET control contains the DropDownWidth property for adjust the drop down element width of the multiple columns combobox. The simple C# code below shows how to size the width.

this.ketticMultiColumnComboBox1.MultiColumnComboBoxElement.DropDownWidth = 800;

Sizing Height of Dropdown Property

The Kettic Multi-Column ComboBox .NET control contains the DropDownHeight property for customize the drop down element height of the multiple columns combobox. The simple C# code below shows how to size the height of it.

this.ketticMultiColumnComboBox1.MultiColumnComboBoxElement.DropDownHeight = 400;
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls