Gets or sets whether or not the LoopingListBox items are expanded or collapsed. This is a dependency property.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsExpanded { get; set; }
Visual Basic
Public Property IsExpanded As Boolean
	Get
	Set
Visual C++
public:
property bool IsExpanded {
	bool get ();
	void set (bool value);
}

See Also