yet, when I load data into the grid widget, the columns are not resized to
the largest string in each one.
Is the syntax incorrect?
Do I have the AutoSize command in the wrong order?
AutoSizeColumns does not mean that the columns will be automatically adjusted forever, they are just adjusted at the time the method is called, using the values that are currently in the grid to determine the size needed. If you need it to be done again later then you need to call the method again.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!