Hi,
I just wanted to switch one layout form TabbedPage
to CarouselPage
. Since I have some generic custom code operating on instances of type MultiPage<Page>
I quickly realized that CarouselPage
derives from MultiPage<ContentPage>
, whereas TabbedPage
derives from MultiPage<Page>
. Is there any specific reason for this?
Thanks!