PDA

View Full Version : TDBGrid question


cs
07-02-2001, 03:48 AM
TDbGrid

How do you set the item height on the "PickList"?
I want some more space between the items on the drilldown list.

Cryst
07-03-2001, 12:42 AM
No way. No standard way. TDBGrid's TColumn has its DataList as TDBLookupList, descending from TDBLookupControl, that has no ItemHeight property.