'Code module
Sub Process_Globals
Dim page5 As Page
Dim data As DB
Dim cc As CustomListView
Private Panel5 As Panel
End Sub
Sub ShowPageMe
page5.Initialize("page5")
page5.RootPanel.LoadLayout("page5")
Main.NavControl.ShowPage(page5)
cc.Initialize(Me,"cvc",100%x)
data.Initialize
Panel5.AddView(cc.AsView,0,0,Panel5.Width,Panel5.Height)
Dim list1 As List
For i = 0 To list1.Size - 1
Dim t1 As Topic
t1.Initialize
t1 = list1.Get(i)
Dim p1 As Panel
p1.Initialize("")
cc.Add(p1,80dip,t1.sID)
p1.LoadLayout("myapp69")
Next
End Sub
You should post your project as a zip file, or a small one showing the problem, so we can look at it in your conditions.
As I don't know where the ScrollView is in your project, I suppose in the CustomListView.
I have never used it.
Giving you just a code snippet showing the setting of ScrollView.ContentWidth won't for sure not help you.
Not sure that I could answer you, I'll be on travel for a week since tomorrow. But others for sure will do .