Re: Delphi Combobox


Posted by webmaster Guido on April 03, 2001 at 22:51:04:

In Reply to: Combobox posted by Maes Peter on March 29, 2001 at 16:36:46:

: Is it possible to change the height of a Delphi 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.




Related Articles and Replies:


    Forum    DelphiLand Home