lars.saalbach Posted March 22, 2012 Share Posted March 22, 2012 Hello, i'm programming a settingswindow and got the problem, that i need to add short and long textvalues in my dropdownlist, but then i'm getting a really destroyed layout: Screen: http://postimage.org/image/vhdqjgmkr/ i tried .setWidth(value) .setFontSpace(value) to my combobox, but all with no success, the only thing which helped was to set spaces to the added dropdownvalues at the end, so the combobox was set larger, but, do i really need to count how much spaces i need to add to each values to set all my comboboxes to the same width? Best regards, Lars Link to comment
unclebob Posted March 23, 2012 Share Posted March 23, 2012 Hi again, Lars. :) Have you tried to set combo box alignment to 'expand'? Link to comment
lars.saalbach Posted March 25, 2012 Author Share Posted March 25, 2012 Hey Unlcebob, thanks this worked. This 'Expand' drives me crazy^^. Thanks and a nice restweekend. Best regards Lars Link to comment
Recommended Posts