Bob Klahn wrote:
> Yes, Robin, that helps with .IsVisible(), thanks. But
> .MakeCellVisible() still fails.
>
> I've attached a revised version of my sample program
which incorporates
> your suggestions. This version also prefixes the row
number to each
> row, making what is actually being displayed much
clearer.
>
> The problem appears to be that .MakeCellVisible() does
not properly
> account for variable row size.
>
> E.g., if the test frame is widened from 100 to 340,
i.e., so that all
> rows have the same size and no word wrap occurs, then
.MakeCellVisible
> works as it should. Even at frame width 225, row 30 is
still visible.
> But as soon as the frame width drops below 225, row 30
drops out of sight.
>
> What now?? A formal bug report, or still something
else that I'm not
> understanding?
Yeah, I think it's time for a bug report. I think there is
a separate
category for Grid bugs.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java
give you jitters? Relax with wxPython!
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-users-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help lists.wxwidgets.org
|