Global Navigation Bar

MapInfo Products Knowledge Base


Product: MapInfo
Version: 5.5/6.x
Platform: Not Platform Related
Category: Mappers

Summary:
Adding scrollbars to a mapper in an existing workspace.

Question:
Changing the preferences in MapInfo to add scrollbars does not affect existing workspaces.
How can scrollbars be added to existing workspaces?

Answer:
Open the workspace file(.wor) in a text editor (notepad/textpad) and the line that reads:

Set Window FrontWindow() ScrollBars Off Autoscroll On

can be changed to:

Set Window FrontWindow() ScrollBars On Autoscroll Off

Last Modified:
Global Navigation Bar