Hello Antonio,
is it possible to disable the vertical scrollbar from a listbox.
Thanks in advance
Otto
Hello Antonio,
is it possible to disable the vertical scrollbar from a listbox.
Thanks in advance
Otto
Otto,
If you are creating it from resources, don't use WS_VSCROLL style
Hello Antonio,
no. I am creating it from code.
Thanks in advance
Otto
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.