Good morning, we are using component `TabPanel` an...
# kvision
t
Good morning, we are using component
TabPanel
and we often need to work with tabs programmaticaly but TabPanel does not expose much information/methods. We are missing couple of useful methods, like
getSize()
- hom many tabs exists
getComponentIndex(component:Component)
- to get index of a component
activate(component:Component)
- to activate component Or am I missing something and there is a way how to achieve it?
Our usecase is something like IDE where user can open files on multiple tabs.