const wxValidator& validator,
const wxString& name)
{
- if ( !wxListBoxBase::Create(parent, id, pos, size, style, validator, name) )
+ if ( !wxListBoxBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
return false;
m_noItems = 0 ; // this will be increased by our append command