Configuring Automatic Scrolling in the Workspace
The property com.ptc.windchill.uwgm.cadx.ws.scrollToTable controls whether the workspace page appears automatically scrolled to the beginning of the item list table or appears scrolled to the top of the page. When set to True (default), the page automatically scrolls to show the workspace item list.
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?