Turn resizing of columns on or off

Procedure

  1. Open the appropriate listDefault.xml file (as described above).
  2. Locate the <object type="jsx3.gui.Matrix"> element.
  3. 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>

  1. Save and close the listDefault.xml file.