ComponentOne True DBGrid Pro 8
AnchorRightColumn Property

AnchorRightColumn Property

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

Syntax

object.AnchorRightColumn= boolean

Remarks

Read/Write at run time and design time.

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 grid 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 grid 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 grid or split behaves as if it were set to True.

See Also

TDBGrid Control

TDBDropDown Control

Split Object

 

 


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

Product Support Forum  |  Documentation Feedback