ComponentOne List 8.0 for ActiveX
PartialRightColumn Property

 

True DBList Reference> TDBList Properties> PartialRightColumn Property

PartialRightColumn Property

This property determines whether the rightmost column of a control or split is clipped to the object's right edge when it is scrolled into view but cannot be displayed in its entirety.

Syntax

object.PartialRightColumn= boolean

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls, Split object.

If True (the default), the rightmost column will be clipped if the control or split is not wide enough to accommodate the entire column.

If False, the rightmost column will not be clipped while other columns are visible. In this case, the rightmost column must be scrolled into view as the only visible column in the control or split.

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

See Also

TDBList and TDBCombo Controls

Split Object, Splits Collection

 

 


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

Product Support Forum  |  Documentation Feedback