tabris icon indicating copy to clipboard operation
tabris copied to clipboard

Grid based widgets should be able to indicate selection via swt style flag FULL_SELECTION

Open mpost opened this issue 10 years ago • 0 comments

In mobile it is not common to highlight the selected row. Therefore the default behavior for grid based widgets should be to not highlight the selected row when touched.

There are situations where that scenario could be interesting (eg left list, right side content) where you want to highlight the selected item.

The SWT.FULL_SELECTION flag could be used to activate highlighting on the grid, which would otherwise not show the current selection.

mpost avatar Oct 02 '13 13:10 mpost