Hello,
I have a View and in this View I added a ScrollView and inside the ScrollView another View.
In ViewController I tried to set the ContentSize like this:
scrollView.ContentSize = containerView.Frame.Size;
but the I can't scroll =(
How I can get the ScrollView scrolling? I use no Storyboard.
Cheers