ComponentOne List 8.0 for ActiveX
RightToLeft Property

 

True DBList Reference> TDBList Properties> RightToLeft Property

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.

Property applies to TDBList and TDBCombo controls.

When the RightToLeft property is set to True:

·      Control columns begin at the right boundary of the List.

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

·      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 List 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 (control 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.

·      For TDBCombo, the edit box will be on the right side of the drop-down button.

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback