Francisco 1 Posted October 30, 2019 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
Francisco 1 Posted October 31, 2019 I am attaching a picture to show the problem: Share this post Link to post
Francisco 1 Posted October 31, 2019 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