Versions Compared

Key

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

...

The CellImageLayout property allows you to specify how the image is laid out within the cell. By default, all images are positioned according to the 3rd field of the CellAlignment property and clipped within the cell. However, you may set this to any of the other above mentioned layouts for more effects. (New layouts will be added over time).

...

Code Block
// Stretch the image to fit the cell for all cells in column 1 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellImageLayout[1; All]", "S")

See Also

CellImageCellAlignment