MultiColumnComboBox

Hi All,
I need to draw a horizontal line after the first item in the MultiColumnComboBox

Thanks Alot.....


3 Replies

AD Administrator Syncfusion Team February 10, 2009 12:01 PM UTC

Hi Firas,

Thank you for using Syncfusion products.

Display horizontal lines in MultiColumnCombobox

Please try setting the below code and let me know if this helps you.

[C#]

this.multiColumnComboBox1.ListBox.Grid.Properties.DisplayVertLines = false;
this.multiColumnComboBox1.ListBox.Grid.Properties.DisplayHorzLines = true;

Regards,
Jaya




FI firas February 12, 2009 01:35 PM UTC

Thank you but i need only one line after the first items
regards



AD Administrator Syncfusion Team February 16, 2009 01:24 PM UTC

Hi Firas,

Please try setting bottom border for the first row in the internal grid displaying in the MultiColumnComboBox.

Regards,
Jaya


Loader.
Up arrow icon