Skip to content

Commit

Permalink
fixed vscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ppescher committed Feb 26, 2002
1 parent 588b536 commit 7728292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ResizableComboBox/Demo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,107,7,50,14
COMBOBOX IDC_COMBO1,7,7,74,45,CBS_DROPDOWN | CBS_AUTOHSCROLL |
CBS_SORT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
CBS_SORT | CBS_NOINTEGRALHEIGHT | CBS_DISABLENOSCROLL |
WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
EDITTEXT IDC_EDIT1,7,26,74,13,ES_AUTOHSCROLL
LISTBOX IDC_LIST1,87,26,70,67,LBS_SORT | LBS_NOINTEGRALHEIGHT |
WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
Expand Down

0 comments on commit 7728292

Please sign in to comment.