Fausto Loss Member Licensed User May 2, 2017 #1 Hi People. How to identify the previous page ? The page selected before the current page. Thanks
eps Expert Licensed User Longtime User May 2, 2017 #2 I haven't played with TabStripViewPager but if you store it in the page that the tab holds, then you can check it? e.g. prevTab = TabStripViewPager.CurrentTab Then check prevTab when displaying a Tab contents.. and update it after checking it..? Something like that anyway! I haven't checked it.. I guess it depends on the dependency that you're trying to handle. Upvote 0
I haven't played with TabStripViewPager but if you store it in the page that the tab holds, then you can check it? e.g. prevTab = TabStripViewPager.CurrentTab Then check prevTab when displaying a Tab contents.. and update it after checking it..? Something like that anyway! I haven't checked it.. I guess it depends on the dependency that you're trying to handle.
Fausto Loss Member Licensed User May 2, 2017 #3 Thank you very much for the idea EPS. I thought maybe the tabstrip has this variable. But your idea must solve. Thanks. Upvote 0
Thank you very much for the idea EPS. I thought maybe the tabstrip has this variable. But your idea must solve. Thanks.