Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0
-
None
-
bede04154 (dev), 0011dad7f (6.8), 50d04bc6b (tqtc/lts-6.5)
Description
If you have a TableView 'tv' that is synced to another TableView in a specific direction, e.g Qt.Horizontal, then calling tv.positionViewAtColumn(10, TableView.AlignLeft) will have no effect. It's expected that both tv and the syncView will be positioned on column 10 after the call.