Table with selectable cells (instead of whole rows)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Table with selectable cells (instead of whole rows)

Jochen Riekhof-6
Hi...

is it possible to make an enhancedListView that allows to select single
cells instead of whole rows? I found the rowSelect property which allows
to select the cells of the first column only instead of the whole row,
but cells in the other columns remain unselectable.

The overall selection model can remain the same, what I would need is
just a visual highlighting of the last clicked cell and a possibility to
get the associated column index.

If not possible, are there free OCX out there that I can use? I remember
from the distant past something like a Grid control for VB6, but I
(fortunately) do not have VB installed anymore. This control would have
to allow some custom rendering, especially change of font colors/cell.

Ciao

...Jochen