RE: [perl-win32-gui-users] Refresh Listview

2003-03-21 Thread Peter Eisengrein
Try adding WS_VSCROLL to the -style on your Listview. Not sure if that will work or not. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 1:39 PM To: Peter Eisengrein Cc: 'perl-win32-gui-users@lists.sourceforge.net' Subject: RE: [perl-win32-

RE: [perl-win32-gui-users] Refresh Listview

2003-03-21 Thread Joseph . Vieira
That did the trick. I had tabstop originaly but it didn't work until I remembered that it only works on Dialog Boxes so they're in now. One more question, as entries are being inserted into the listview is their a way to get it to scroll down so that you are always seeing the latest entry. Thank