Actions
Feature #3699
closedWTableView 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 almost 10 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.
Updated by Benoit Daccache almost 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed
Actions