eDriven Framework API
AutoLayout Property
NamespaceseDriven.Gui.ComponentsGroupBaseAutoLayout
eDriven Framework API
If true, measurement and layout are done when the position or size of a child is changed. If
CopyC#
false
, measurement and layout are done only once, when children are added to or removed from the container.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AutoLayout { get; set; }
Public Overridable Property AutoLayout As Boolean
	Get
	Set
public:
virtual property bool AutoLayout {
	bool get ();
	void set (bool value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)