TreeView::RightToLeftLayout Property

 

Gets or sets a value that indicates whether the TreeView should be laid out from right-to-left.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool RightToLeftLayout {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the control should be laid out from right-to-left; otherwise, false. The default is false.

The RightToLeftLayout property is for use with international applications where the language is read from right-to-left. If you set RightToLeftLayout and RightToLeft to true the control's contents and text will be laid out from right-to-left.

.NET Framework
Available since 2.0
Return to top
Show: