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)
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.