How can I control the width of a grid column when
being in a gridTableBase class, using GetAttr to get
cell attributes ?
In other words, if I set column width like this:
- col1 = 30
- col2 = 40
- col3 = 50
Now from the grid table I delete col2, send the message to
the grid, how can the new col2 resize to a width of 50 ?
self.GetView().SetColSize(1, 50)
The table's GetView method gives you the grid.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!