EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
December 06, 2025, 09:11:50 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
basic Tree and scrollbars
Pages: [
1
]
« previous
next »
Print
Author
Topic: basic Tree and scrollbars (Read 7794 times)
korenanzo
Guest
basic Tree and scrollbars
«
on:
March 24, 2016, 11:36:20 AM »
Tra basic example of Tree
http://www.jeasyui.com/demo/main/index.php?plugin=Tree&theme=default&dir=ltr&pitem=
shows that if I open the nodes and the tree expands, its container "easyui-tree" expands too:
Is it possible to have scrollbars in a tree instead of automatic expand/shrink ?
thanks,
RIc
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: basic Tree and scrollbars
«
Reply #1 on:
March 24, 2016, 11:36:55 PM »
Please set a fixed 'height' for the container.
Code:
<div class="easyui-panel" style="height:200px;padding:5px">
<ul class="easyui-tree">
...
</ul>
</div>
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...