Hello,
I’m trying to make a reusable custom control.
TabPanel is just a C# class derived from VisualElement. It doesn’t have a UXML template. This way I can add new tabs both in UXML and C#.
Problem: when the constructor gets called, neither parent nor children are known. Is there another way to access/query the visual tree of my TabPanel instance?