0
tcon created
Hello,
We've populated the AbpOrganizationUnits table with 100's of organization units. Is there a way to surround the tree-view in scrollable div? The treeview seems to ignore parent controls.
Thanks, Will
1 Answer(s)
-
0
You can define the css like this:
organization-tree > div { height: 400px; overflow: auto; }