Version

CardViewCard Class

Content control derived class used by the XamDataCards (and XamDataPresenter's CardView) to serve as a container (wrapper) for each item in the list.
Syntax
Remarks

A CardViewPanel is used within a XamDataCards (and XamDataPresenter's CardView) to arrange items in the list. The CardViewPanel wraps each of its child items in a CardViewCard element. The wrapper serves as a convenient place to store state (required by the CardViewPanel) for each of its child items. You will not normally need to interact with this element but you should be aware of its existence in case you have code that needs to traverse the control's visual tree.

Note: An instance of this class is automatically created by the XamDataCards (or XamDataPresenter's CardView when needed. You do not ordinarily need to create an instance of this class directly.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also