Add 2 checkboxes to 1 listbox-column.

Hello,

is there any way that i can add 2 checkboxes to 1 listbox-column?

You mean a Listbox with only 1 column ?

Yes.

Use the Row # to set them ?

you can make a containercontrol with the 2 checkboxes (or anything you want inside)
then you can embed that CC in the listbox cell
there is an example on the forum but I can’t recall where

there is also rbcustomcell by alex restrepo here :
https://github.com/alexrestrepo/RBCustomCells

Thank you.

And it work in 64Bits App :slight_smile: