Combobox DropDownList control layout/format issues

L

leeedw

Hi there,

I'm using VB.NET.

I have a Combobox DropDownList on the far right hand side of my windows
form (unfortunately I can't move it, it has to stay there). The
problem is that there are several items in the dropdown that are very
LONG, and you can't read everything in the space provided. I modified
the DropDownWidth property so that the words can fit, but because the
dropdown is on the right hand side, when I click on it, the dropdown
expands to the right off the screen! I can't even see the scroll bar
if there are several items. Is there a way to have the dropdown expand
upwards and to the left when I click on it? Unfortunately due to
design constraints I can't move the dropdown somewhere else!

I've tried changing the Anchor properties but those don't do anything.
Am I missing something?

Thanks!
ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top