Base solution for your next web application
Open Closed

Organization Units Treeview Scrolling #4030


User avatar
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)
  • User Avatar
    0
    aaron created
    Support Team

    You can define the css like this:

    organization-tree > div {
        height: 400px;
        overflow: auto;
    }