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
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
2 matches
Mail list logo