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