Hello!

My problem is about TreeView:

after an insertion of many nodes (and consequently, the scrollbar is at 
the bottom of the Window) how can I put the scrollbar to the top?

<code>
$firstnode=$TV->InsertItem(
    -text          => "", 
    -image         => 2, 
    -selectedimage => 2,
);

$TV->FirstVisible($firstnode); # does not work
$TV->Select($firstnode, 5); # does not work
</code>

I need something like the GotoLine for RichEdit.

Thanks in advance!

-- 
$_=q,6;-16;-1;-8;0;7;-13;-12;-9;-3;13#4A75737420616E6F74686572,,($_,$b)=
split?#?;@b=split?;?;map{$c.=$_,$d.=chr$b[$e++]+ord}split??,pack'H24',$b
;chop$d,print$c.chr(32).$d

Reply via email to