ComponentOne List 8.0 for ActiveX
LeftCol Property

 

LeftCol Property

This property returns or sets the zero-based index of the leftmost column in a control or split.

Syntax

object.LeftCol= integer

Remarks

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

Property applies to TDBList and TDBCombo controls, Split object.

For a TDBList and TDBCombo control, setting the LeftCol property causes the control to scroll so that the specified column becomes the leftmost column. If a control contains multiple splits, then the leftmost column changes in each split.

For a Split object, setting the LeftCol property causes the specified column to become the leftmost column for that split only.

Use the LeftCol property in code to scroll a control or split horizontally. Use the FirstRow property to determine the bookmark of the first visible row in a control or split.

See Also

TDBList and TDBCombo Controls

Split Object, Splits Collection

 

 


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

Product Support Forum  |  Documentation Feedback