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

MultiColumnComboBox DropDown Height

Hello,

Is it possible to set the Height of the dropdown area?

How can I access to ShowingDropDown event?

I know the MaxDropDownItems propertie but changes don't work.

Thanks


2 Replies

HN Harinath Navaneethakrishnan Syncfusion Team December 13, 2022 05:52 PM UTC

Hi Dinis,


Query 1:
We have prepared a sample based on your requirement. Please refer to the below DropDownHeight sample for your reference


Query 2:
You can able to access the DropDown event by using the below code snippets. Please refer to the DropDownHeight sample for your reference


Code snippets:
multiColumnComboBox1.DropDown += MultiColumnComboBox1_DropDown;


Query 3:
We have prepared a sample based on your requirement. Please refer to the MaxDropDownItems sample for your reference.


Regards,

Harinath N


Attachment: Sample_ede68714.zip


DF Dinis Ferreira December 14, 2022 05:54 PM UTC

This is it.

Thanks


Loader.
Up arrow icon