Configuring Automatic Scrolling of the Workspace Page
The property com.ptc.windchill.uwgm.cadx.ws.scrollToTable controls whether the workspace page initially appears automatically scrolled to the top of the workspace object table, or scrolled to the top of the page. When set to True (default), the page automatically scrolls to the top of the workspace object table.
To disable automatic scrolling, set the property to False, as follows.
<Property name="com.ptc.windchill.uwgm.cadx.ws.scrollToTable" overridable="true"
targetFile="codebase/wt.properties" value="false"/>
Was this helpful?