Configuring the Number of Workspace Rows
The property com.ptc.windchill.uwgm.cadx.ws.sizeToWindow controls the number of rows displayed in the workspace object list. Set to True (default), the number of rows shown is based on the height of the window. To display a fixed number of rows (for example, 10 for Windows), set the property to False, as follows:
<Property name="com.ptc.windchill.uwgm.cadx.ws.sizeToWindow" overridable="true"
targetFile="codebase/wt.properties"value="false"/>
Was this helpful?