Is it possible to add a second image to a Tab's header or replace its content with my own template?

Is it possible to add a second image to a Tab’s header? Or to replace the entire Tab content with my own template? I refer to this:

I would like to add a second image so that my tabs have two icons (one to the left and one to the right).

There seems to be a property for said tab header visual element: Unity - Scripting API: UIElements.Tab.tabHeader

So should be pretty straight forward to insert your extra element. Probably worthwhile to just write your own quick visual element that extends UnityEngine.UIElements.Tab to bake this functionality in.

1 Like

Whoops, I missed that, lol!. Thank you! :slight_smile: :slight_smile:

1 Like