combobox with Vscroll

Post Reply
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

combobox with Vscroll

Post by dutch »

Dear All,

How can I define vscroll in combobox?

Regards,
Dutch
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Dutch,

What do you mean ? Please explain it, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

Thanks, I got it.
Dutch
Post Reply