[lazarus] Patch: ComboBox issues

Karl Brandt pascalive at bol.com.br
Wed Jul 30 21:51:55 EDT 2003


Michael Van Canneyt wrote:
> 
> 
> 
> csSimple	Creates an edit box with a fixed list (list box) underneath.
>                 The length of the list is determined by the Height of the combo box.
> 

At least in win32, the height is equal = Edit height + List height;
Try to create a control(CBS_SIMPLE) with size = 48.
It will create a edit (24 pixels sizes) + a list(24 pixels sizes)

karl








More information about the Lazarus mailing list