Hi,
The popup list in my app contains many items that are longer than the popup width, but no horizontal scroll bar appears.
I tried using:
popup.setOption("hScrollBarAlwaysVisible", true);
But this adds a horizontal scroll bar without a scroll bar thumb to enable me to scroll to the right. What could be going wrong?
- Shweta