Actions
Bug #1719
opentroubles with WTableView
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
Updated by Koen Deforche about 12 years ago
- Status changed from New to Feedback
Hey,
As per the forum thread: these issues no (longer) exist with 3.3.0 ?
Regards,
koen
Actions