| Getting Started > Using the True DBList and True DBCombo Controls > Controlling the Display |
These properties can be used to customize the appearance of TDBList and TDBCombo controls:
|
Sets/returns the position of the drop-down portion of the combo |
|
|
Sets/returns the width of a combo's drop-down portion |
|
|
Sets/returns a value that indicates the display of partial rows |
By default, the text and list portions of a TDBCombo control have the same width.You can use the DropdownWidth property to make the drop-down portion wider than the text box. Use it with the DropdownPosition property to control the behavior of the drop-down portion.
If the number of items exceeds the number that can be displayed, a scroll bar is automatically added to the control. Use the IntegralHeight property to specify whether partial rows are displayed. You can find out the number of visible items in the list by examining the VisibleRows property.