Gets or sets a value indicating whether the last child of the panel fills the remaining space.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool LastChildFill { get; set; }
Visual Basic
Public Property LastChildFill As Boolean
	Get
	Set
XAML Attribute Usage
<object LastChildFill="bool" .../>

Remarks

If this property is set to True, then the Dock property of the last child element will be ignored, and the panel will try to fill the empty space.

See Also