Freezing Tables

Hi,

I am looking for a way to freeze a certain table, i.e., remove the possibility to scroll it.
Any suggestions?
I don't think there is any way to prevent scrolling.

You can hide the scroll bars using the Table->Show submenu or with this command:
ModifyTable showParts=0xCF


However that does not prevent scrolling with the mouse wheel or by dragging.
You haven't cited your motivation or any other operational constraints on the use of this 'frozen' table. Perhaps one possibility that may meet your needs is to put the Table in a Layout. The scrolling function does not apply to the Table contents. The drawback is that you can't edit the cell contents from the Layout, but you can change the cell values from a function or the command line, and then click on the Layout or issue a DoUpdate command to refresh the Table in the Layout.