Hi.
Please attention!!!
You have seted inner panel height equal to scrollview height
So you scrollview dont have scroll.
Please change ScrollView1.ContentHeight=ScrollView1.Height to ScrollView1.ContentHeight= 800 for exmaple and retest it
Hi.
Please attention!!!
You have seted inner panel height equal to scrollview height
So you scrollview dont have scroll.
Please change ScrollView1.ContentHeight=ScrollView1.Height to ScrollView1.ContentHeight= 800 for exmaple and retest it
Private Sub Page1_Resize(Width As Int, Height As Int)
If ScrollViewInput.IsInitialized=True Then
ScrollViewInput.Height=100%y
ScrollViewInput.ContentHeight=1900%y
ScrollViewInput.ContentWidth=100%x
ScrollViewInput.Width=100%x
EndIf
End Sub
You have to resize the scrollview when the page resizes.
Private Sub Page1_Resize(Width As Int, Height As Int)
If ScrollViewInput.IsInitialized=True Then
ScrollViewInput.Height=100%y
ScrollViewInput.ContentHeight=1900%y
ScrollViewInput.ContentWidth=100%x
ScrollViewInput.Width=100%x
EndIf
End Sub
You have to resize the scrollview when the page resizes.
Maybe your controls have been doing weights? Sorry couldn't help it
But seriously, you need to try and explain what you are talking about. I know this can be hard if you are from a non-english speaking background, but look at it from our point of view. How exactly do we interpret "strong"?
I think it is always so much easier if you can replicate the same problem in a small project, and upload it.