Re: EuGTK:Replacing TreeView Data
- Posted by irv Aug 27, 2019
- 1066 views
If you plan to use this, I'll try to re-write the function to use recursion.
So, can you predict how many levels of nesting you're going to need? I can see that eventually, perhaps with 10 or more, depending on how long the item names happen to be, you will run out of screen space as things expand to the right.
If that happens, and you scroll the main categories off screen to the left, it's going to be awkward to use.
Also, if the list contains lots of items (tens of thousands) you will want to do some multi-tasking for better appearance.