Hi @all,
is there an easy way to hide Columns in a wxGrid?
I want to store additional information for each row in the grid. Something
like a virtaul column should do the job.
Or is there a possibility to put Objects into the column?
Hi @all,
is there an easy way to hide Columns in a wxGrid?
I want to store additional information for each row in the grid. Something like a virtaul column should do the job.
Or is there a possibility to put Objects into the column?
You could derive your own grid table class and keep the data objects there. When the grid needs to display something then it will ask your table for the strings to be shown, and you can refer to the "hidden" data as needed.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!