From: Gordon W. <gor...@ya...> - 2004-09-26 19:23:24
|
Dear Pythoncard BB I have created a TextArea control in my app, it automatically has a vertical scroll bar but the text is too wide for the control. How do I tell it to include a horizontal scroll bar? I still don't understand how i get at the wx level of a given pythoncard control - what is the hook? I tried suff like e.g. self.components.myTextArea.style = wx.HSCROLL. Any help would be greatly appreciated. There are no horizontal scrollbars in any of the sample apps. Best Gordon |