Turn resizing of columns on or off
Procedure
- Open the appropriate listDefault.xml file (as described above).
- Locate the <object type="jsx3.gui.Matrix"> element.
- In the <variants> sub-element, add a jsxresize attribute and set its value to "0" to turn off column resizing or "1" to turn on column resizing (column reordering is on by default if the jsxresize attribute is absent):
<object type="jsx3.gui.Matrix"> <variants jsxpagingmodel="3" jsxselectionmodel="2" jsxscalewidth="0" jsxheaderheight="18" jsxrowheight="20" jsxreorder="0" jsxresize="0"></variants>
Copyright © Cloud Software Group, Inc. All rights reserved.