wxGrid

Is there a way to have a cell that has both a label and a check box (wxGRID_VALUE_BOOL with a label)? Thanks.

Gilad

Gilad wrote:

Is there a way to have a cell that has both a label and a check box

(wxGRID_VALUE_BOOL with a label)? Thanks.

Gilad

Robin replied to a similar question recently. He said that you can only
associate a single control with a GridCellEditor, but you should be able to
create your own control by using a wxWindow with multiple controls on it,
and associate your control with the GridCellEditor. I have not tried this
yet, but I do plan to experiment with it quite soon.

Hope this helps.

Frank Millman