TreeView::RightToLeftLayout Property
.NET Framework (current version)
Gets or sets a value that indicates whether the TreeView should be laid out from right-to-left.
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::Booleantrue 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
Available since 2.0
Show: