Project

General

Profile

Actions

Bug #1719

open
FF

troubles with WTableView

Bug #1719: troubles with WTableView

Added by fedya fedyakov over 13 years ago. Updated over 13 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/27/2013
Due date:
% Done:

0%

Estimated time:

Description

Guys,

I have some troubles with WTableView. The first one is the WTableView doesn't scroll to the last row, but to the row just before last one, leaving the last row invisible.
I believe that the code like this

WAbstractTableModel* model = table_view->model();
table_view~~scrollTo(model>index(modelrowCount()~~ 1, 0));

should do the trick, but in fact it doesn't.

The second one is a very long time takes WTableView to change selection in response to mouse click.
Actually it takes about half a second to select the row being clicked.

Is there a way to get it to work faster?

Thanks

KD Updated by Koen Deforche over 13 years ago Actions #1

  • Status changed from New to Feedback

Hey,

As per the forum thread: these issues no (longer) exist with 3.3.0 ?

Regards,
koen

Actions

Also available in: PDF Atom