Since the user of a Curses::UI program has no real control over the so called "scrollbars", they aren't really scrollbars. A better name would be something like "document location indicators". But since they look so much like scrollbars I decided I could get away with this naming convention. #### my $container = $win1->add( 'vulnerability', 'Container', -title => "List of Street Addr", -height => 50, -border => 1, -y => 1, -width => 60, -height => 20, -bfg => 'blue', -vscrollbar => "right", -vscrolllen => 20 );