New to Telerik UI for WinForms? Start a free 30-day trial
Rigth-To-Left Support
Updated over 6 months ago
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 |
|---|---|
![]() | ![]() |

