Version

CardPanel Class

A panel that arranges its children like a stack of cards with one on top of the other with each getting the full available size of the panel.
Syntax
'Declaration
 
Public Class CardPanel 
   Inherits System.Windows.Controls.Panel
public class CardPanel : System.Windows.Controls.Panel 
Remarks

This panel is useful for cases where you will be overlaying multiple elements on top of each other like a stack of cards.

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