New to Telerik UI for WinForms? Download free 30-day trial

Rigth-To-Left Support

RadVirtualGrid fully supports right-to-left (RTL) language locales. You can enable/disable the right-to-left layout by setting the RightToLeft property. The RightToLeft enumeration has the following members:

  • Yes: Content is aligned from right to left.

  • No: Content is aligned from left to right.

  • Inherit: Direction will be determined by the parent control.

RightToLeft.No RightToLeft.Yes
WinForms RadVirtualGrid RightToLeft No WinForms RadVirtualGrid ightToLeft Yes

See Also

In this article