We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon