I'm trying to customize a TreeView by adding a border to each TreeItem.
Generally it works great, my current version looks like this:
But I wish it looks was like that, and I have no idea how to style it:
So basically, I would like to surround only TreeItem's label with <div>.
Does anyone have an idea how I can solve this?

