ComponentOne True DBGrid Pro 8
CurrentCellVisible Property

CurrentCellVisible Property

Sets or returns the visibility of the current cell.

Syntax

object.CurrentCellVisible= boolean

Remarks

Read/Write at run time. Not available at design time.

This property returns True if the current cell (indicated by the Bookmark and Col properties) is visible within the displayed area of a grid or split. It returns False if the cell is not visible.

For a TDBGrid or TDBDropDown control, setting the CurrentCellVisible property to True causes the grid to scroll so that the current cell is brought into view. If a grid contains multiple splits, then the current cell becomes visible in each split.

For a Split object, setting the CurrentCellVisible property to True makes the current cell visible in that split only.

In all cases, setting this property to False is meaningless and is ignored.

See Also

TDBGrid Control

TDBDropDown Control

Split Object

 

 


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

Product Support Forum  |  Documentation Feedback