Re: [python-win32] win32gui and SysListView32

2010-02-18 Thread Michel Claveau
Hi, Tim! Thanks for your answer. - The size is limited to lines ; how define more? The number of items is limited only by available memory You are right. I tried with 300 000 lines, without problem. I do not know I had a limit on my first tests... Sorry for trouble. Little inf

Re: [python-win32] win32gui and SysListView32

2010-02-18 Thread Tim Roberts
Michel Claveau wrote: > > I use a SysListView32 in a Window, for show a list of lists. > It is very good, but I have two questions : > - The size is limited to lines ; how define more? The number of items is limited only by available memory. I know of apps that have used more than 100,000 i

[python-win32] win32gui and SysListView32

2010-02-18 Thread Michel Claveau
Hi! I use a SysListView32 in a Window, for show a list of lists. It is very good, but I have two questions : - The size is limited to lines ; how define more? - I did not found how define alignment for columns (Left, Right, Center) ; have you a sample? Thanks in advance, and sorry for m