I'm using the tablelist package to show a table list (heh) in a frame, but the frame is quite small and there is a bunch of columns in the table.
I need some way to make this tablelist scrollable both horizontally and vertically.
Here is the code of my tablelist
labelframe .t.lbf -text "Search Results for: $term" -padx 0 -width 47
tablelist::tablelist .t.mlb -selectmode multiple -columns {0 "File" 0 "Name" 0 "Version" 0 "Archtectures" 0 "Summary" 0 "Type"} -stretch all -background white -width 47
pack .t.mlb -in .t.lbf -anchor w
place .t.lbf -x 10 -y 125