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

Check listBox and multicolumn

Cat I set multicolumns in a list box?

Some similar at this



Thanks

3 Replies

AP Arun Palaniyandi Syncfusion Team March 29, 2017 12:45 PM UTC

Hi Manolo, 
 
Thanks for contacting Syncfusion support. 
 
Currently we don’t multicolumns support in our ListBox control. But we can achieve your scenario in the sample side itself. This can achieved by overriding the CSS of the ListBox <li> elements and then adjusting the height and width of the control accordingly.  
 
 
<style> 
    .e-ddl-popup div > ul li, .e-ddl-popup div > .e-listbox li { 
        display: inline-table; 
        width: 108px; 
    } 
</style> 
 
 
 
We have also prepared a sample for your reference below: 
 
 
If the above sample and details do not meet your requirement, please give us more information that will help us provide the solution.  
       
Regards, 
Arun P. 



MA Manolo March 31, 2017 11:01 AM UTC

Thanks!


AP Arun Palaniyandi Syncfusion Team April 3, 2017 04:33 PM UTC

Hi Manolo, 
 
We are glad that your solution had helped you. 
 
Please let us know if you have any queries in future. 
 
Regards, 
Arun P. 


Loader.
Live Chat Icon For mobile
Up arrow icon