ListView.RightToLeftLayout Property
.NET Framework 3.0
Gets or sets a value indicating whether the control is laid out from right to left.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public boolean get_RightToLeftLayout () /** @property */ public void set_RightToLeftLayout (boolean value)
public function get RightToLeftLayout () : boolean public function set RightToLeftLayout (value : boolean)
Not applicable.
Property Value
true to indicate the ListView control is laid out from right to left; otherwise, false.The ListView property is for use with international applications where the language is read from right to left. If you set ListView and RightToLeft to true the control's contents and text will be laid out from right to left.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.