How do you delete all of the pages?
I added 4 pages and it gives me an error saying the size is 2? I want to delete all of them at once. Thanks
B4X:
Dim x, size As Int
size = Container.Count -1
For x = 0 To size
Container.DeletePage(x)
Tabs.NotifyDataChange
Next
I added 4 pages and it gives me an error saying the size is 2? I want to delete all of them at once. Thanks