PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Treeview scrollbar
Treeview scrollbar
Iniciado por me, 08,feb. 2008 17:02 - 1 respuesta
Publicado el 08,febrero 2008 - 17:02
It is possibile to have a vertical scrollbar on a treeview ?
The problem is that the width of the treeview autoresize according to the number of elements on it, while I need a treewiev with a fixed established width and a scrollbar
I use WebDev11
Thank you for your kind answer
Regards
Publicado el 11,febrero 2008 - 14:22
In Description of treeview, border bckgrnd pane, set overflow visible to automatic. This will give you both scrollbars.
X scrollbar can be removed via css: in custom css write overflow-x:hidden.