Page 1 of 1

how to disable vertical scrollbar listbox

PostPosted: Fri Apr 03, 2009 6:16 pm
by Otto
Hello Antonio,

is it possible to disable the vertical scrollbar from a listbox.

Thanks in advance
Otto

Re: how to disable vertical scrollbar listbox

PostPosted: Sat Apr 04, 2009 10:13 pm
by Antonio Linares
Otto,

If you are creating it from resources, don't use WS_VSCROLL style

Re: how to disable vertical scrollbar listbox

PostPosted: Sun Apr 05, 2009 7:40 pm
by Otto
Hello Antonio,
no. I am creating it from code.
Thanks in advance
Otto

Re: how to disable vertical scrollbar listbox

PostPosted: Sun Apr 05, 2009 11:27 pm
by Antonio Linares
Otto,

Then you have to modify the Class source code and remove WS_VSCROLL.

You can modify the Class PRG and link the OBJ as another OBJ of your application.