Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ColumnCheckBoxAlignment property determines the alignment of the checkbox within the column's items. Left places the check box on the left side of the item with the text to the right. Right places the check box on the right side of the item with the text to the left. Center centers the the check box within the item and ignores text placement. Therefore, making both this property and the ColumnAlignment property Center will cause the text to overlay the check box.

...

Code Block
// Right align the third column's check box 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnCheckBoxAlignment[3]", "Right")

See Also

ColumnAlignment