Thats what the help says, but it does not work. You can not change its height using the height property. The only way to change it is to change itemheight one pixel at a time until the height matches the rest of the components.
Subject: RE: [DUG] TComboBox Date sent: Thu, 20 Oct 2005 09:21:45 +1300 From: "Alan Rose" <[EMAIL PROTECTED]> To: "NZ Borland Developers Group - Delphi List" <[email protected]> Send reply to: NZ Borland Developers Group - Delphi List <[email protected]> <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]> [ Double-click this line for list subscription options ] Set the style property to one of the ownerdraw settings then you can control the itemheight > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rohit Gupta > Sent: Thursday, 20 October 2005 1:35 a.m. > To: NZ Borland Developers Group - Delphi List > Subject: [DUG] TComboBox > > Does anyone know how I can get rid of the stupid ItemHeight > property effect. Its been pissing me off since D1.... The > Height property is ignored os that this control is almost > never the same height as any other on the form. You have to > fiddle with the ItemHeight until the Height is the desired value. > > > > > _______________________________________________ > Delphi mailing list > [email protected] > http://ns3.123.co.nz/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi Regards Rohit ====================================================================== CFL - Computer Fanatics Ltd. 21 Barry's Point Road, AKL, New Zealand PH (649) 489-2280 FX (649) 489-2290 email [EMAIL PROTECTED] or [EMAIL PROTECTED] ====================================================================== _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
