Android Question AHViewPager Question(s)

Cableguy

Expert
Licensed User
Longtime User
Hi guys,

I'm having trouble using AHViewPager.
When I add it by code, It all works as expected, and I use AHViewPager Initialize2 in order to add to it the AHPageContainer which contains the pages I want to show.
My issue is, when I try to add the AHViwPager using the designer, how do I add the pages to the AHViewPager, since I no longer can use the initialize method?

I have tried AHViewPager.PageContainer = AHPageContainer, but it seems to do nothing.

SO, if I add the AHViewPage using the Designer, HOW do I add the AHPageContainer to it?
 
Top