Problem with IOSLibScrollview

I have a ContainerControl which has several controls, which mosntrar want a IOSLibScrollview , the problem is that the ContainerControl behaves like an image and does not allow me to access each of you controls within ContainerControl , some solution to this problem?

This is the code simple:

[code] dim r as new ContainerControl1

me.ContentSize = new Size(300,900)

me.AddControl r[/code]

this is the ContainerControl I use

thanks