wx.grid.Grid.AutoSize() Question

In the wPIA book AutoSize() is presented in the section discussing row and
column headers. I notice that if I call that method after loading data in
the grid cells there are no horizontal or vertical scroll bars. Therfore, I
assume that the method applies only to the labels and not to data cell
content. Is this correct?

Rich

···

--
Richard B. Shepard, Ph.D. | Integrity Credibility
Applied Ecosystem Services, Inc. | Innovation
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

Rich Shepard wrote:

  In the wPIA book AutoSize() is presented in the section discussing row and
column headers. I notice that if I call that method after loading data in
the grid cells there are no horizontal or vertical scroll bars. Therfore, I
assume that the method applies only to the labels and not to data cell
content. Is this correct?

No, it should be looking at the cell contents.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!