ComponentOne List 8.0 for ActiveX
RowDividerStyle Property

 

True DBList Reference> TDBList Properties> RowDividerStyle Property

RowDividerStyle Property

This property determines the style of the border drawn between control rows.

Syntax

object.RowDividerStyle= value

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls.

Values

Design Time

Run Time

0 - No dividers

dblNoDividers

1 - Black line

dblBlackLine

2 - Dark gray line (default)

dblDarkGrayLine

3 - Raised

dblRaised

4 - Inset

dblInset

5 - ForeColor

dblUseForeColor

6 - Light gray line

dblLightGrayLine

7 - Custom Color

dblCustomColor

The RowDividerStyle property does not control whether rows can be resized by dragging their border. Use the AllowRowSizing property to control this behavior.

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback