wxgrid without grid lines + columns header

Hello list,

how can I disable the grid lines (hor/vertical) and the columns/row headers
of a wxgrid ? Or maybe should I use another wxwidget for this ? I need a
kind of grid/list with 3 columns. The first column should show an Image the
second one is a text (2 Lines) and the third column displays another text.

Thx in advice

regards

self.EnableGridLines(False)

         self.SetRowLabelSize(0)
         self.SetColLabelSize(0)

Bob

ยทยทยท

At 01:51 PM 2/10/2008, Leonardo Di Lella wrote:

how can I disable the grid lines (hor/vertical) and the columns/row headers
of a wxgrid ?