I\'ve been looking through the docs with each beta but haven\'t seen a way to make a traditional paged ScrollView. I\'m not familiar with AppKit so I am wondering if this doesn\
You can now use a TabView and set the .tabViewStyle to PageTabViewStyle()
TabView { View1() View2() View3() } .tabViewStyle(PageTabViewStyle())