Hello Antonio,
is it possible to disable the vertical scrollbar from a listbox.
Thanks in advance
Otto
how to disable vertical scrollbar listbox
how to disable vertical scrollbar listbox
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 37485
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: how to disable vertical scrollbar listbox
Otto,
If you are creating it from resources, don't use WS_VSCROLL style
If you are creating it from resources, don't use WS_VSCROLL style
Re: how to disable vertical scrollbar listbox
Hello Antonio,
no. I am creating it from code.
Thanks in advance
Otto
no. I am creating it from code.
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 37485
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: how to disable vertical scrollbar listbox
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.
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.