git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3458
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( !CreateControl(parent, id, pos, size, style, validator, name) )
return FALSE;
if ( !CreateControl(parent, id, pos, size, style, validator, name) )
return FALSE;
- long msStyle = WS_CHILD | CBS_DROPDOWNLIST | WS_TABSTOP | WS_VISIBLE;
+ long msStyle = WS_CHILD | CBS_DROPDOWNLIST | WS_TABSTOP | WS_VISIBLE | WS_HSCROLL | WS_VSCROLL;
if ( style & wxCB_SORT )
msStyle |= CBS_SORT;
if ( style & wxCB_SORT )
msStyle |= CBS_SORT;