Enum ChipList.Types.Layout
The chip list layout.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum ChipList.Types.Layout
Fields
| Name | Description |
|---|---|
| HorizontalScrollable | The chips scroll horizontally if they don't fit in the available space. |
| Unspecified | Don't use. Unspecified. |
| Wrapped | Default value. The chip list wraps to the next line if there isn't enough horizontal space. |