How can I get my editor to expand both horizontal and vertical? I have a simple test application that uses a subclass of a StyledTextCtrl. I create my editor object in a subclass of wx.Frame. def CreateEditor(self): myEditor = editor.SyntaxControl(self) # subclass of...