How to push a content view on top of another content view

Wei Wen
1,096
Reputation points
I have a content page that hosts a top view and a bottom content view. The top view should stay fixed. Based on the users' choice, another content view should be added on top of the existing bottom view. I cannot find a push function that can achieve this. The push functionality seems to only exist for content pages.
{count} votes
@Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) Thank you for the info. I eventually decided to use ContentPage, but still added the same top view for each page that I need to push on to stack. This is because the behavior is like pushing onto and popping off a stack. ContentView cannot help me achieve this.
You're welcome. You can try to use ContentPage, wish it works for you.