Jump to content
Francisco

TComboBox selector size problem in iOS

Recommended Posts

Hi:

 

My App has a very wide TComboBox, because the text in the Items' String is large.

 

In Android and Windows this is not a problem when the user select one of the Items. The user can see all the text of the Items.

 

However, in iOS the selector, the windows to select the Item, is narrow, and many text is not visible.

 

Is there any way to increase the width of this selector windows in iOS?

 

Thanks in advance.

Share this post


Link to post

I found the solution.

 

Itemwidth only works in Windows, if you do not change DropDownKind .

 

For the other platforms you have to change DropDownKind to Custom

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

×