PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Treeview scrollbar
Treeview scrollbar
Started by Joey, Feb., 08 2008 5:02 PM - 1 reply
Posted on February, 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
Posted on February, 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.