Re: Re: Delphi Combobox


Posted by Peter Maes on April 05, 2001

In Reply to: Re: Combobox posted by webmaster Guido on April 03, 2001

: : Is it possible to change the height of a combobox?
: : I want to change the height to 17 but it always jumps back to 21.
: --------

: Probably you have set the property IntegralHeight to True by accident.

: When IntegralHeight is True, the height of the box will be a multiple of the ItemHeight property, so that an item will never be partially shown. If IntegralHeight is False (the default value), the height can be set to any value, but the last item may not be fully displayed.

You don't have this property with a combobox. Only with a CustomListBox.


Related Articles and Replies: