in reply to Tablematrix scroll

G'day marz12,

Welcome to the Monastery.

You could put your Tk::TableMatrix widget inside a Tk::Pane widget, then scroll the Tk::Pane instead of the Tk::TableMatrix.

Another option would be to run the Widget Demo (type widget on the command line) and pick something other than Tk::TableMatrix. The "7. Multicolumn listbox with individual cell styles." example (under Tix Widgets), which uses Tk::HList, appears to scroll cells the way you want.

— Ken