Help for this page
my $table_frame = $mw->Frame (-height=>'10', ... -fill=>'both', -pady=>'0' );
$table = $table_frame->Scrolled('TableMatrix', -cols => scalar(@col_head), ... $table->rowHeight(0,2); #varies height of title row (0) $table->tagRow('title',0); $table->tagConfigure('title', -bd=>2, -relief=>'raised');