ComponentOne List 8.0 for ActiveX
AnchorRightColumn Property (TDBCombo)

 

TDBCombo Reference> TDBCombo Control Properties> AnchorRightColumn Property (TDBCombo)

AnchorRightColumn Property (TDBCombo)

Syntax

object.AnchorRightColumn= boolean

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls, Split object.

This property controls the behavior of horizontal scrolling in a control or split when the last column is visible.

If True, the user can scroll horizontally until the last column is completely visible. If there is at least one visible column to the left of the last column, then the last column cannot become the leftmost column.

If False (the default), the user can scroll horizontally until the last column becomes the leftmost column. The area between the last column and the end of the control or split will be filled using the system 3D Objects color (or the system Button Face color) as determined by your Control Panel settings.

If a control contains multiple splits, then setting its AnchorRightColumn property has the same effect as setting the AnchorRightColumn property of each split individually.

Note: If PartialRightColumn is False, or ExtendRightColumn is True, then the value of the AnchorRightColumn property is ignored, and the control or split behaves as if it were set to True.

See Also

TDBList and TDBCombo Controls

Split Object, Splits Collection

 

 


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

Product Support Forum  |  Documentation Feedback