I've been using Tk::TableMatrix::Spreadsheet module for several years and I like it allot, but I've always been annoyed that I can't "freeze" top row. It looks terrible when top row is resized to ~1px (almost hidden). So, is there a way to "freeze" top row in a Tk::TableMatrix widget, so that it can't be scrolled resized vertically (while still allowing other rows to be scrolled resized vertically)?
I guess we have to dig into internals of TableMatrix module to accomplish this? Anyone got experience doing this?