Hi there...
just have 1 month using now the TabstripViewPager seems fantastic... but i have one question... how can i replace layout of a tab/page?
For exampe:
Is that possible ?
just have 1 month using now the TabstripViewPager seems fantastic... but i have one question... how can i replace layout of a tab/page?
For exampe:
B4X:
TabStrip1.LoadLayout("1", "first page")
TabStrip1.LoadLayout("2", "second page")
TabStrip1.LoadLayout("3", "third page")
....
...
TabStrip1.LoadLayout("3a", "third page")
' That will add a new tab/page - i just wanna replace "third page"
Is that possible ?