in reply to Re^3: Freeze top row in Tk::TableMatrix
in thread Freeze top row in Tk::TableMatrix
I have a Tk::TableMatrix::SpreadSheet table which I fill with data. In columns in top row I have button widgets, which when clicked sorts data in in the table and then repopulates it with sorted data.
We can adjust size of cells by "clicking and dragging" on table borders. What I would like is the top row to maintain the same height all the time - that is make it impossible to resize it vertically.
I guess we have to poke into the Spreadsheet.pm (or TableMatrix.pm) file and see how it operates?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Freeze top row in Tk::TableMatrix
by zentara (Cardinal) on Jan 18, 2009 at 13:39 UTC | |
by ldln (Pilgrim) on Jan 18, 2009 at 14:16 UTC |