[wxPython-users] Re: wx.TextCtrl maximal line length
Robin Dunn
robin at alldunn.com
Sat Aug 12 15:14:55 PDT 2006
stefaan wrote:
> Robin Dunn <robin <at> alldunn.com> writes:
>
>> In that case I would use an unscrolled window
>> with an added scrollbar and then virtualize the drawing of the visible
>> space of the lines yourself based on the position of the scrollbar.
>
> Thank you Robin, as far as I can see,
> this is the way to go.
And probably faster too.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list