Gets or sets a value indicating whether the last child of the panel fills the remaining space.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public bool LastChildFill { get; set; } |
Visual Basic |
---|
Public Property LastChildFill As Boolean Get Set |
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.