Help for this page

Select Code to Download


  1. or download this
        $tree->bind("<Button-4>", sub { $tree->yview('scroll',1,"units") }
    +);
        $tree->bind("<Button-5>", sub { $tree->yview('scroll',-1,"units") 
    +});