Re: wxPython TextCtrl - weird scrolling behavior



abcd wrote:

sizerMainPanel.Add(self.textPanel, 3, wx.ALL|wx.EXPAND, 0)

Your best bet may be to post to wxPython-users@xxxxxxxxxxxxxxxxxxx

But one question that comes to mind is, do you not add sizerTextPanel to sizerMainPanel? I think all sub-sizers should be added to the main sizer, unless there's some weird reason I don't know of.

If you post to the wxPython mailing list, you might want to include more of your code so we can see the bigger picture.
.