Prevent drop down list options scrolling on Windows in SWT
Posted
by parxier
on Stack Overflow
See other posts from Stack Overflow
or by parxier
Published on 2010-05-21T04:36:37Z
Indexed on
2010/05/21
4:40 UTC
Read the original article
Hit count: 206
One of the drop down lists in my Java SWT application has 8 fixed options. When I click on it only 5 first options are visible and I have to scroll the list down to view the rest.
Is there any way to force it to make all options visible without having to scroll down?
There is another similar .NET application that has same drop down list with the same options and they all are visible without having to scroll down!
© Stack Overflow or respective owner