GraffitiSuite Docs
Docs
Graffiticolorgrid
Loading document parsing libraries...
# GraffitiColorGrid Class Inherits GraffitiUIControl ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ## Attributes | Name | Value | | --- | --- | | HideFromLibrary | | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | ScrollPositionChanged | (None) | (None) | | | ValueChanged | (None) | (None) | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Add | value as ColorGroup | (None) | | | AddAt | index as Integer <br> value as ColorGroup | (None) | | | IndexOf | value as Color | Integer | | | LastIndex | (None) | Integer | | | RemoveAll | (None) | (None) | | | RemoveAt | index as Integer | (None) | | | ValueAt | index as Integer | ColorGroup | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | CellPadding | Integer | Nil | | | CellSize | Integer | Nil | | | ScrollPosition | Double | Nil | | | SelectedIndex | Integer | Nil | | | Value | ColorGroup | Nil | |