In the demo provided, it is possible to add tab to tabs (Examples -> Tabs). But demo is written in C++ and I actually can't understand how to implement this functionality using Go.
P.S. Documentations does not contain any useful information unfortunately.
@gucio321 Yes. Just create an array with tabs and append to it every time you want a new tab. Do not forget to unpack this array - TabBar().TabItems(yourArray...)
Related problem
No response
Your request
In the demo provided, it is possible to add tab to tabs (Examples -> Tabs). But demo is written in C++ and I actually can't understand how to implement this functionality using Go.
P.S. Documentations does not contain any useful information unfortunately.
Alternative solution
No response
Additional context
No response