UserComboBox - Adjust the Size of DropDownControl

Answered
0
0

Hi.

What property do I use to adjust the size of the DropDownControl to the size of the Control in it ?

I alread try every property related to size in the control or in the DropDownControl …

Do am I missing something ?

I attached two images … my control and one in the UserComboBox documentation .

 

Regards

  • You must to post comments
Best Answer
1
0

Hi Marcelo,

You’ll have to define the MinimumSize of the DropDownControl of your choice.
You can copy the Size value of the UserControl and assign it to the MinimumSize property.

HTH,
Alaa

  • You must to post comments
0
0

Hi Alaa

Great. Works as expected,

I set the minimumSize of the DropDownControl, not the UserComboBox.

Regards

 

 

 

 

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.