John Li wrote:
Is there a way to find the number of rows and
columns in a wxRowColSizer?
(How should I have found the answer? I looked through rcsizer.py and sizers.py, but couldn't identify the answer).
After a Layout has happend then there will be rowHeights and colWidths attributes, which are lists of integers. You could find out the number of rows/cols by taking the length of these.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!