Treeviewitem: there's a way to change left indentation?

Hi Everyone!

I don’t find the way to change the left indentation of the item, there’s a way?

Is setIndentSize (int) what you are looking for?

There’s also a method you can override in your look&feel, so you could also do something like:
int getTreeViewIndentSize (TreeView&) override {return 14;}

1 Like

Oh sorry… I’ve looked at class for 15 minutes and I don’t found what I had in front of my eyes :see_no_evil:

1 Like