[wxMSW,wxGTK] wxChoice, height of dropdown list
Vadim Zeitlin
vadim at wxwidgets.org
Fri Dec 21 14:57:38 PST 2007
On Fri, 21 Dec 2007 23:04:51 -0000 "Carsten A. Arnholm" <arnholm at offline.no> wrote:
CAA> Vadim Zeitlin wrote:
CAA> > On Thu, 20 Dec 2007 22:59:06 +0100 "Carsten A. Arnholm"
CAA> > <arnholm at offline.no> wrote:
CAA> >
CAA> >> I have been playing with the idea of creating another control, almost
CAA> >> identical to wxChoice, but it would always use a wxListBox as the
CAA> >> drop down,
CAA> >
CAA> > Looks a lot like wxComboBox to me.
CAA>
CAA> But I thought a wxComboBox does not use a wxListBox, but a native drop-down,
Sorry, I also forgot about another, maybe simpler, solution: wxComboBox
is a native control but wxComboCtrl is a combobox implemented entirely in
wx. And it should be definitely easier to extend it to support the feature
you need than reimplementing it.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list