Turn reordering 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 jsxreorder attribute and set its value to "0" to turn off column reordering or "1" to turn on column reordering:
    <object type="jsx3.gui.Matrix">
    <variants jsxpagingmodel="3" jsxselectionmodel="2" jsxscalewidth="0" jsxheaderheight="18" jsxrowheight="20" jsxreorder="0"></variants>
  4. Save and colse the listDefault.xml file.