Re: win32lib v0.57.4 released
- Posted by Derek Parnell <ddparnell at bigpond.com> May 12, 2002
- 466 views
----- Original Message ----- From: <euman at bellsouth.net> To: "EUforum" <EUforum at topica.com> Subject: Re: win32lib v0.57.4 released > > insertLVColumn(ListLV,1,0,LVCFMT_LEFT,82,"Died",0) > doesnt seem to work properly > > Columns are now only 5 pixels wide > > Maybe Im missing something. > The reason it is so narrow is that the LVCF_WIDTH flag wasn't used. However, I've now changed the library to automatically include this flag if the supplied width is greater than zero. ---------- Derek.