C-DEngine 5.105

nmiCtrlCollapsibleGroup..::..AllowHorizontalExpand Property

if set, the Collapsible group will add arrows to allow expanding the group to the left and right. No smaller than 6 Tiles and no wider than MaxTileWidth

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> AllowHorizontalExpand { get; set; }
Public Property AllowHorizontalExpand As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> AllowHorizontalExpand {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}