Hide a tab in Haxeui TabView (wish)

TabView.getPage(Index).visible = false

just hides the Tab content, but not the TabBar button. After chexking a the code I found a workaround , but i prefer to have a simply function like tabVisibility(Index, Bool) inside the TabView component.

to be honest, i would say thats a bug, if you hide a page I would expect the appropriate button to also be hidden,

Ill check it out.

Cheers,
Ian

OK. this is not the case. getPage() returns the _view container, but not the _tabs. Or maybe I#m defining the TabView wrong, but at least I have a correct TabView