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

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

Syntax

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

See Also