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) | (None) | | ValueChanged | (None) | (None) | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Add | value as ColorGroup | (None) | (None) | | AddAt | index as Integer <br> value as ColorGroup | (None) | (None) | | IndexOf | value as Color | Integer | (None) | | LastIndex | (None) | Integer | (None) | | RemoveAll | (None) | (None) | (None) | | RemoveAt | index as Integer | (None) | (None) | | ValueAt | index as Integer | ColorGroup | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | CellPadding | Integer | (None) | (None) | | CellSize | Integer | (None) | (None) | | ScrollPosition | Double | (None) | (None) | | SelectedIndex | Integer | (None) | (None) | | Value | ColorGroup | (None) | (None) |