I am designing a windows phone app in visual studio, and the data it contains is huge, which makes it to occupy large space of the page. How I can scroll the page in design view so I can add controls and so on on the bottom.
I welcome any kind of help.
Thanks.
I am designing a windows phone app in visual studio, and the data it
Share
Reduce the number of data items?
Set the top margin in a way that the whole container goes outside of scope but on the top, not on the bottom, and then just reset it when you’re done.