Project

General

Profile

Actions

Feature #3699

closed

WTableView and force vertical scrollbar only

Added by Emeric Poupon over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Benoit Daccache
Target version:
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

Actions #1

Updated by Koen Deforche about 9 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.

Actions #2

Updated by Benoit Daccache about 9 years ago

  • Status changed from InProgress to Resolved
Actions #3

Updated by Koen Deforche about 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF