Jump to content
Sign in to follow this  
Squall_FF8

How to change the Width of the dropdown list in tComboBox

Recommended Posts

Hey guys,
I'm using Delphi 12.2 with FMX project.  I have a ComboBox with some items. I want the drop down list to be wider then the control itself.
Can you help me out?

 

I tried with:

Combo.ListEdit.Width := xx;

But nothing changes. When I read the Width it still the same old value.

Share this post


Link to post

Try the ItemWidth property instead.

Edited by PeterBelow

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×