[wxPython] wxGrid

wxPython 2.1.15-20000428 (interim), win95

Hi...
I want to emulate some behaviors of wxListCtrl using the
new wxGrid. For example :
When I select a cell in a row I want to change the color of the
a whole row. Any ideas ???
(I tried to use SetRowAttr dinamically, but I got a windows error
on wx21_15.dll)

Cristian

Hi...
I want to emulate some behaviors of wxListCtrl using the
new wxGrid. For example :
When I select a cell in a row I want to change the color of the
a whole row. Any ideas ???
(I tried to use SetRowAttr dinamically, but I got a windows error
on wx21_15.dll)

Call theGrid.SetSelectionMode(wxGrid.wxGridSelectRows) Then it will be done
automatically.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!