Gets or sets a constant desired height for each of the children. Setting this property to Double.NaN will allow the height of each child to be based on the height of this panel and the maximum number of rows.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double DesiredChildHeight { get; set; }
Visual Basic
Public Property DesiredChildHeight As Double
	Get
	Set
Visual C++
public:
property double DesiredChildHeight {
	double get ();
	void set (double value);
}

See Also