sooxie / list_treeview

A treeview for Flutter. Based on the listview.
MIT License
64 stars 23 forks source link

Horizontal scrolling of the treeview #7

Open kondrara opened 3 years ago

kondrara commented 3 years ago

Hi,

I'm this widget and so far, it works flawlessly. But I see that, as the number levels in the tree go higher - eventually I see the overflow error on the right of the tree.

How can the tree view auto scroll to the right as the depth of the tree increases. Can you please point to an example for the same?

justdoitgo commented 3 years ago

是一樣的麽??

The following StackOverflowError was thrown while handling a gesture: Stack Overflow

When the exception was thrown, this was the stack:

0 TreeViewController._selectAllChild (package:list_treeview/tree/controller/tree_controller.dart:353:3)

1 TreeViewController._selectAllChild (package:list_treeview/tree/controller/tree_controller.dart:357:7)

2 TreeViewController._selectAllChild (package:list_treeview/tree/controller/tree_controller.dart:357:7)