TableListBox moving "left / rigt"

Hi all,
I might be missing something, but I want to ask. How can I implement a table where the user can move not only between rows (up down) but also within cells of one row (left right). The TableListBoxModel has method paintCell which takes bool rowIsSelected but not colIsSelected or anything like that…
In fact i would probably need to do it with custom components but (some edit boxes) I would like to know the idea first…
Thank you in advance. :slight_smile:
Y.

It doesn’t do anything like that at the moment, as it’s based on a listbox. I guess that could be added, but it was really designed more for things like file browsers or database lists, rather than spreadsheet type functionality.

OK, I see. Thanks for the answer.
Y.