Expanding and Collapsing Cards
Each card displays a button in the top left corner of its header. Clicking this button collapses a card. Clicking this button once again expands the card.
A Card View provides multiple methods, allowing you to expand/collapse individual cards, as well as all cards. These methods are listed below:
Method | Description |
---|---|
Card |
Expands the specified card. |
Card |
Expands all cards displayed within a Card View. |
Card |
Collapses the specified card. |
Card |
Collapses all cards displayed within a Card View. |
Users can use Ctrl + + and Ctrl + - shortcuts to expand and collapse a focused card.