Squall_FF8 0 Posted February 25 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
PeterBelow 247 Posted February 25 (edited) Try the ItemWidth property instead. Edited February 25 by PeterBelow Share this post Link to post
Squall_FF8 0 Posted Wednesday at 01:52 PM (edited) It worked, Thank you very much!!! Edited Wednesday at 01:54 PM by Squall_FF8 Share this post Link to post