Indicates whether the group should draw right-to-left for RTL languages.
Type
Description
Boolean
A boolean expression that specifies whether the control is drawn from right to
left or from left to right.
By default, the RightToLeft property is False. The
RightToLeft gets or sets a value indicating whether control's elements are
aligned to right or left. The RightTolLeft property affects all columns, and
future columns being added.
Changing the RightToLeft property on True does the following:
displays the vertical scroll bar on the left side of the control ( Scrollbars
property )
flips the order of the columns ( Position
property )