Scroll Grid widget

Variables to customize Scroll Grid widget

$gbc-ScrollGridWidget-margin-ratio

Margin ratio for ScrollGrid widget

Type: number

Default value: $theme-margin-ratio* 8px

Computed value: 4.8px

$gbc-ScrollGridWidget-font-size-ratio

Font size ratio for ScrollGrid widget

Type: number

Default value: $theme-font-size-ratio

Computed value: 0.8

$gbc-ScrollGridWidget-field-default-height

Default height for fields in ScrollGrid widget

Type: number

Default value: $theme-field-default-height

Computed value: 22.4px

$gbc-ScrollGridWidget-inner-gutter

Inner gutter for ScrollGrid widget

Type: number

Default value: $theme-grid-inner-gutter

Computed value: 3

$gbc-ScrollGridWidget-disabled-color

Background color for disabled buttons in ScrollGrid widget

Type: color

Default value: $theme-disabled-color

Computed value: rgba(33, 33, 33, 0.54)

$gbc-ScrollGridWidget-current-background-color

Background color for current field/row in ScrollGrid widget

Type: color

Default value: $theme-primary-background-color

Computed value: #1976d2

$gbc-ScrollGridWidget-current-color

Text color for current field/row in ScrollGrid widget

Type: color

Default value: $theme-currentrow-color

Computed value: white

$gbc-ScrollGridWidget-field-background-color

Background color for field in ScrollGrid widget

Type: color

Default value: $theme-field-background-color

Computed value: #ffffff

$gbc-ScrollGridWidget-rowBound-onEachRow

Gbc ScrollGridWidget rowBound on each row

Type: boolean