ScatterViewItem custom size
Hello. I develop surface app using MVVM pattern. I have different Views and I want to place them into one ScatterView. I want my ScatterViewItem size correspond to the size of my Views? code example: <DataTemplate DataType="{x:Type vm:PointListViewModel}"> <Grid> <v:PointListView> ...