wxGrid in 2.5.2.8

Can't seem to set the width of a column to 0. Is this
a bug or is there a better way to hide a column. FWIW,
works fine in 2.4.2.4.

I'll do some more testing or our applications. Should 2.5.x
be considered a development release?

Cheers,
Rich

Can't seem to set the width of a column to 0. Is this
a bug or is there a better way to hide a column. FWIW,
works fine in 2.4.2.4.

I'll do some more testing or our applications. Should 2.5.x
be considered a development release?

Cheers,
Rich

This one caught me as well, but Robin gave me the solution.

SetColMinimalAcceptableWidth(0).

Frank Millman

Frank Millman wrote:

Can't seem to set the width of a column to 0. Is this
a bug or is there a better way to hide a column. FWIW,
works fine in 2.4.2.4.

I'll do some more testing or our applications. Should 2.5.x
be considered a development release?

Cheers,
Rich

This one caught me as well, but Robin gave me the solution.

SetColMinimalAcceptableWidth(0).

Frank Millman

Thanks!

Does this work in 2.4.2.4?

Cheers,
Rich

It wasn't necessary!

···

On Wed, 08 Sep 2004 06:32:58 -0500, HolmLists <lists@holmteam.net> wrote:

Does this work in 2.4.2.4?

HolmLists wrote:

This one caught me as well, but Robin gave me the solution.

SetColMinimalAcceptableWidth(0).

Frank Millman

Thanks!

Does this work in 2.4.2.4?

I think it is a new method in 2.5.

···

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