Versions Compared

Key

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

...

For any of the fields below, if a value is set to -1, then the system will use the next available padding. The order of preference is, Selected Cell Padding, Selected Row Padding, Selected Column Padding, and CellPadding. For example, if there is no Selected Cell Padding, then the system will use the Selected Row Padding. If there are no CellSelPadding settings at all, then the CellPadding settings are used.

Selected Cell Padding

...

Code Block
 // Force all cell's have a different padding when row is selected 
SelPadding = "" 
SelPadding<2, 2> = 11   ;// Set top padding to 11 when row is selected 
SelPadding<2, 2> = 0    ;// Remove bottom padding when row is selected 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellSelPadding[All;All]", SelPadding)

See Also

CellAlignmentHeaderPaddingCellPadding