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 object list table or appears scrolled to the top of the page. Set to true (the default), the page automatically scrolls to show the workspace object list.
To disable automatic scrolling, set the property to false, as follows:
<Property name=”com.ptc.windchill.uwgm.cadx.ws.scrollToTable” overridable=”tru” targetFile=”codebase/wt.properties” value=”false/>
Was this helpful?