Actions
Feature #3624
openAdd Wt::WSuggestionPopup::setOverflow()
Start date:
10/13/2014
Due date:
% Done:
0%
Estimated time:
Description
As the suggestion popup list can be longer than the screen is high.
In this case the popup widget is clipped to the screen with no possibility at all to scroll.
Updated by Benoit Daccache about 9 years ago
- Target version changed from 3.3.4 to 3.3.5
Updated by Benoit Daccache about 9 years ago
- Status changed from New to Feedback
Hey Vincenzo,
In the WSuggestionPopup you can use setMaximumSize() In this case, scrolling is supported (similar to a combo-box).
Benoit
Actions