From: Kevin A. <al...@se...> - 2004-09-12 06:38:45
|
On Sep 11, 2004, at 9:57 PM, Brad Allen wrote: > More questions about MultiColumnList: > > Is there a way to specify the width of a given column? > How about justification of text to right/left/center? > Can I highlight a column header to show that a given column has been > selected for sorting? > > I haven't found much documentation on how to use MultiColumnLists, so > I resorted to looking at multicolumnlist.py. I didn't see answers to > my questions there, so I'm guessing those features don't exist yet in > PythonCard. Should I start look into using wxPython calls when I need > to do this kind of stuff? > MultiColumnList wraps wx.ListCtrl so just look at that control in the wxPython demo as well as the wxWidgets/wxPython documentation. Just use the wxPython method calls for whatever you need to do. ka |