I am using a scrollview in which I insert controls dynamically, everything works fine if at first I define the "contentheight" of the scrollview.
I have a fixed controls by designer, and then in one panel I add the controls dynamically loading a layout of my control-
But... If i set the contentheight at the end.. then my controls added dynamically don't appear, the scroll view is changing the contentheight because I can scroll more but my controls are not visible.
I have a fixed controls by designer, and then in one panel I add the controls dynamically loading a layout of my control-
But... If i set the contentheight at the end.. then my controls added dynamically don't appear, the scroll view is changing the contentheight because I can scroll more but my controls are not visible.