GraffitiSuite Docs
Docs
Graffitigridcolumn
Loading document parsing libraries...
# GraffitiGridColumn Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Sizings | FullWidthAndHeight <br> FullWidthCenterVertically <br> FullHeightCenterHorizontally <br> Middle | | | SortDirections | Unsorted <br> Ascending <br> Descending | | ## Constants | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AlignCenter | Double | 1 | | | AlignLeft | Double | 0 | | | AlignRight | Double | 2 | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | Creates an instance of the class with the parameters as property values. | | Sub | Constructor | (None) | Creates an instance of the class with the parameters as property values. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Alignment | Integer | Nil | The justification of the column's contents. | | Attributes | mObserver | GraffitiUpdateInterface | | | CanResize | Boolean | Nil | Allows the column to be resized by the user. | | CanSort | Boolean | Nil | Allows the column to be sorted by the user. | | ControlSizing | Sizings | Nil | Determines how controls embedded within the row are sized. | | ID | String | Nil | Identifier used to tie columns and row cells together. | | OverrideWidth | Integer | Nil | Used to override width calculations. | | Private | As | Nil | | | Private | As | = | | | Private | As | = | | | Private | As | = | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | = | | | Private | As | Nil | | | SortDirection | SortDirections | Nil | Directions in which to sort column values. | | Title | String | Nil | Header text. | | Width | String | Nil | Width of the column. Valid values: 100 10% flex |