Re: [perl-win32-gui-users] Listview selection

2002-07-03 Thread Mark Di Nicola
carollyne courtney wrote: Hi, How do I automatically scroll down and select the most currently appended item in a ListView? Thanks -snip- use Win32::GUI; use strict; my $W = new Win32::GUI::Window( -left => 50, -top=> 387, -width => 200, -height => 200, -nam

[perl-win32-gui-users] Listview selection

2002-07-03 Thread carollyne courtney
Hi, How do I automatically scroll down and select the most currently appended item in a ListView? Thanks -snip- use Win32::GUI; use strict; my $W = new Win32::GUI::Window( -left => 50, -top=> 387, -width => 200, -height => 200, -name => "test", -text