ComponentOne True DBGrid Pro 8
RightToLeft Property

The property provides an appearance and functionality familiar to Middle East or Latin users.

Syntax

object.RightToLeft = boolean

Remarks

Read/Write at run time and design time.

When the RightToLeft property is set to True:

·      Grid columns begin at the right boundary of the grid.

·      Fixed columns are located on the right side of the grid.

·      LeftCol identifies the rightmost visible column (the first column beyond the leftmost fixed column).

·      If there are selected columns, SelStartCol returns the index of the rightmost column in the range, and SelEndCol returns the index of the leftmost column in the range.

·      If the ScrollBars property is set to 3, a vertical scroll bar is placed on the left of the grid and a horizontal scroll bar with the scroll box on the right is placed at the bottom. A ScrollBars property setting of 1 places only the horizontal scroll bar, while a setting of 2 places only the vertical scroll bar.

·      Cell values (grid Text property) have right to left reading order.

When the RightToLeft property is set to False, the control behavior is the same as described in the standard documentation.

See Also

TDBGrid Control

TDBDropDown Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback