SMART datagrid v.1 > Classes > GridStyles
DataLudi.GridStyles.paddingLeft property
The space between the left cell border and display contents.
- Getter
- function paddingLeft(): Integer
- Setter
- function setPaddingLeft(value: Integer)
Code -1
column.styles().setPaddingLeft(2);
- See Also
- paddingTop
- paddingBottom
- paddingRight
- Styles Overview
- Examples
- Column Styles