StyleGrid REALbasic Plugin

StyleGridCell.Style Property

Use this property to set or get the Style for a cell. (This property can also be used to mutate a existing style)

Style as StyleGridStyle {Read and Write}

Remarks

In StyleGrid, each cell can have one instance of a StyleGridStyle attached to it, if no instance is attached to it then the StyleGrid's default style is used to render the cell.

Note:
If you change a existing style then you must remember to use the Mutate method afterwards. This is crucial on Win32 and Linux platforms and will also be crucial when we enable ATSUI rendering on MacOS X.

See Also

StyleGridCell Class