property Items.ExpandCard(Item as HITEM) as Boolean
Expands or collapses the card.
Type
Description
Item as HITEM
A long expression that indicates the handle of the card being expanded or
collapsed.
Boolean
A boolean expression that indicates whether the card is
expanded or collapsed.
Use the ExpandCard property to programmatically expand or
collapse a specified card. Use the ExpandAllCards
method to expand all cards in the view. Use the CollapseAllCards
method to collapse all cards in the view. Use the ViewModeOption(exCardViewTitleFormat)
property to specify the arrangement of the fields in the title of the cards.
Use the HasButtons property to specify
whether the control displays an expand/collapse button in the title of the
card. Use the ExpandOnKeys property to
allow expanding or collapsing the cards using the + or - keys on the numeric
keypad. The ExpandOnDblClick property
specifies whether a card is expanded or collapsed when a card is double
clicked.