When we press and drag the mouse over a TableView, the table scrolls - nice feature, but the row/cell selection changes.
That is not the case if we use the scrollbar!
It would be good if selction does not change, but that depends on the selection model implementation if it selects after pressed or released. Current implementation works with released and because of this, it should not be a problem to ignore selection when the mouse was dragged?
It is also possible to add a TableView property to en/disable selection on touch scroll...
That is not the case if we use the scrollbar!
It would be good if selction does not change, but that depends on the selection model implementation if it selects after pressed or released. Current implementation works with released and because of this, it should not be a problem to ignore selection when the mouse was dragged?
It is also possible to add a TableView property to en/disable selection on touch scroll...