Feature #3699
WTableView and force vertical scrollbar only
Start date:
12/09/2014
Due date:
% Done:
0%
Estimated time:
Description
In the Wt::WtableView code:
void WTableView::setOverflow(WContainerWidget::Overflow overflow){ if (contentsContainer_) contentsContainer_->setOverflow(overflow); }
It would be great (and easy) to expose the WFlags in the upper function
Updated by Koen Deforche over 7 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
- Target version set to 3.3.4
To make the overflow only apply horizontally or vertically.