From: Luis M. G. <lu...@gm...> - 2006-07-18 03:18:26
|
For some strange reason, it doesn't work that well with me... If I don't set column headers, it shows all the items in the columns = complete (no matter what width value I indicate). But if I set column headers, it gets messed up again. In any case, it doesn't matter if I set the width as 100 or 3000. The = columns always show the same width, with some strange behaviour too (it = takes more time to display data). Well, I'm too tired now... I'll try again tomorrow. Thank you! Luis ----- Original Message -----=20 From: Carl Wenrich=20 To: Luis M. Gonzalez=20 Sent: Monday, July 17, 2006 11:15 PM Subject: Re: [Pythoncard-users] MultiColumnList: How to set columns = width? i just tried self.components.ml.SetColumnWidth(0, 100) and it worked = just fine (ml is the name of a multicolumnlist component). |