Can the combobox width be setup to automically resize based on the label size?
you can manually change the width
most likely:
[AS]
comboBox.size = 25;
[/AS]
Thanks for the help. But can you make the combobox change based on the label size? When I enter in a longer label name can the combobox width be setup to automatically adjust to the longer label name size.