Skip to content

CardGroupType

Mika Berglund edited this page Feb 28, 2020 · 2 revisions

CardGroupType Enumeration

Specifies constants for different types of card groups. The following values are defined.

  • Group (default) - All cards in the group are tightly connected to each other without any spacing between then. Cards in a group have equal width and equal height.
  • Deck - Similar to Group, but cards in a deck have spacing between them. Read more.
  • Columns - Wraps cards into columns with equal width, but the height of the cards may vary. Read more.
Clone this wiki locally