Page 1 of 1

combobox with Vscroll

PostPosted: Fri Dec 22, 2006 8:48 pm
by dutch
Dear All,

How can I define vscroll in combobox?

Regards,
Dutch

PostPosted: Sat Dec 23, 2006 8:37 am
by Antonio Linares
Dutch,

What do you mean ? Please explain it, thanks

PostPosted: Sat Dec 23, 2006 9:34 am
by dutch
Dear Antonio,

When I use combobox and number of array have more than number of row in combobox. I have to use arrow key to move the highlight down to the items that doesn't display.

Thanks,
Dutch

PostPosted: Sat Dec 23, 2006 11:40 am
by Antonio Linares
Dutch,

If you are using it from resources please add this style to it: WS_VSCROLL

If you are creating it from source code using @ ..., ... then you may need to modify the FW class and add that style also.

PostPosted: Sun Dec 24, 2006 12:58 am
by dutch
Thanks, I got it.
Dutch