x
Under Win32, when I delete a line from a multi-line
wx.TextCtrl, the control apparently scrolls to display the
location where the line is being removed. Is there any way to
avoid that?
The control has 100 lines of text. It's only 5 lines tall, and
it's scrolled to show the bottom 5 lines. I want to delete the
first line (line 1 of 100). I've found that under Win32, that
scrolls the window to the top, so then I've got to scroll it
back to the bottom. This creates a very annoying flicker.
How can I avoid all the scrolling?
ยทยทยท
--
Grant Edwards
grante@visi.com