Collapse Constructor uno
Creates a new Collapse
Collapses an Element by setting Visibilty
to Collapsed
.
When an element is collapsed, it won't take up any space in the layout. Use Hide if you want the element to be invisible, but still take up space.
<Collapse TargetNode="myElement" />
<Button Text="Collapse the element">
<Clicked>
<Collapse TargetNode="visibleElement" />
</Clicked>
</Button>
<Panel ux:Name="visibleElement" Visibility="Visible" Background="Blue" />
Creates a new Collapse
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide