<p style="padding:0 0 0 0; margin:0 0 0 0;">Hi,</p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"><span style="font-family: Arial, Helvetica, sans-serif;">DropDownCount works well in Qt but has no effect in GTk2 (and probably in Carbon too).</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"><span style="font-family: Arial, Helvetica, sans-serif;">You can also see it in OI, tab "Restricted".</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"><span style="font-family: Arial, Helvetica, sans-serif;">V.</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">______________________________________________________________<br />
> Od: Donald Ziesig <donald@ziesig.org><br />
> Komu: Lazarus mailing list <lazarus@lists.lazarus.freepascal.org><br />
> Datum: 04.04.2015 20:06<br />
> Předmět: [Lazarus] TComboBox.DropDownCount has no effect.<br />
></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">Hi All!<br />
<br />
I have several apps that use combo boxes for (e.g.) Minutes.  For <br />
Minutes, the items range from 0 to 59.   The Object Inspector shows that <br />
the DropDownCount is 8, but no matter what I put in there, I get the <br />
entirety of the items.   For Minutes, the selection box spans the <br />
display from the top to the bottom, with the top part being blank and <br />
the bottom (from the position of the control itself) with 0, 1, ... <br />
until it hits the bottom of the screen.<br />
<br />
To test this, create an application, put a TComboBox on the form, <br />
populate the Items with a set of items having more than 8 entries. Run <br />
the app and look at the number of items in the drop-down list. Change <br />
the DropDownCount to something like 3 and try again.  It always shows <br />
every item in the list no matter what is put in the Object Inspector.  <br />
Additionally, in the FormCreate event, try setting <br />
ComboBox1.DropDownCount to something less than the number of Items.  The <br />
new value is totally ignored.<br />
<br />
I am using Lazarus 1.4RC2 with no modifications on Linux Mint 17.<br />
<br />
Am I doing something wrong?<br />
<br />
Thanks,<br />
<br />
Don Ziesig<br />
<br />
--<br />
_______________________________________________<br />
Lazarus mailing list<br />
Lazarus@lists.lazarus.freepascal.org<br />
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a></p>