PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Treeview scrollbar
Treeview scrollbar
Iniciado por Joey, fev., 08 2008 5:02 PM - 1 resposta
Publicado em fevereiro, 08 2008 - 5:02 PM
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 em fevereiro, 11 2008 - 2:22 PM
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.