I want to switch between several Pages with "Swipe-Left" and "Swipe-Right" Buttons, like shown on the Image.
I attached an example image -> CLICK ME
The Content of the Red Box should be changed only with the Arrow-Buttons. The other Content doesn't change.
My idea was: Maybe I could add a PanelLayout to the MainWindow and always add new Content to that Panel. But that seems not really professional to me. The pages should have a index (if possible)
Is there any other Solution?