Angular-tree-component: Horizontal scroll

Created on 26 Apr 2018  路  4Comments  路  Source: CirclonGroup/angular-tree-component

I was trying angular-tree-compnent where I get vertical scroll using usevirtualscroll but I am unable to get horizontal scroll as my requirement say to have horizontal scroll as it require more nested nodes as well as lengthy names

Most helpful comment

I was trying angular-tree-compnent where I get vertical scroll using usevirtualscroll but I am unable to get horizontal scroll as my requirement say to have horizontal scroll as it require more nested nodes as well as lengthy names

try this
tree-viewport{
overflow-x: auto !important;
display: flex !important;
}

All 4 comments

Perhaps you can use css to have the horizontal scrolling, same as you can have the vertical one.
https://stackoverflow.com/questions/9925754/css-horizontal-scroll

Hi,
The fastest way to get an answer is to join our slack channel and post it there:
https://angular-tree-component.herokuapp.com/
You will also get announcements on releases, discussions and new features
Feel free to join

I was trying angular-tree-compnent where I get vertical scroll using usevirtualscroll but I am unable to get horizontal scroll as my requirement say to have horizontal scroll as it require more nested nodes as well as lengthy names

try this
tree-viewport{
overflow-x: auto !important;
display: flex !important;
}

I was trying angular-tree-compnent where I get vertical scroll using usevirtualscroll but I am unable to get horizontal scroll as my requirement say to have horizontal scroll as it require more nested nodes as well as lengthy names

try this
tree-viewport{
overflow-x: auto !important;
display: flex !important;
}

works fine, even without !important

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Luis16287 picture Luis16287  路  5Comments

olastor picture olastor  路  5Comments

nicolae536 picture nicolae536  路  5Comments

Gillardo picture Gillardo  路  5Comments

mmallit picture mmallit  路  5Comments