Hi,
I want to create a TabbedPage to display inherent files of a folder in a ListView. But the more folders i add to the TabbedView, the more time it takes to initiate the view because all SubPages are created at once. So i'd like to ask if there is a way to create a TabbedPage without creating all the SubPages at once, because i'd like to create only the page that i actually want to display.
↧
Is there a way to create a TabbedPage without instantiating all the Sub/Tab Pages?
↧