On 9/26/2010 8:15 PM, Rick Schummer wrote: >>> How to list combobox's value items to 15 rows instead of 7 rows by > default? Is there any possible to do it?<< > > Check into the DisplayCount property.
...and if you subclass your controls rather than use the base class directly, you can just set it in your subclass and it will be that way for all instances of that class; otherwise, you'd have to set it for each individual box (and you don't want to do that!). -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

