The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Using maxon::BaseList with a TreeView?
-
Is this possible or should I simply maintain my own class double-links?
-
Hi @Kuroyume0161, first of all, welcome back in the plugincafe community, I'm glad to see you here!
Unfortunately, this is not possible to use directly a BaseList with a TreeView and as you already figured it out, you have to maintain this list yourself.
While it's very nice that a TreeView offer this abstraction level, and allows to make a list from any kind of data, it has the overhead to builds this TreeView layer.
Cheers,
Maxime.