Thanks KLaus
I tried to Use
ScrollView with Label (MultiLines)
I need something simple
I put hight 700 in ScrollView and Label Properties
I use:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("main")
ScrollView1.Height = Activity.Height - ScrollView1.Top - 10dip
ScrollView1.Width = Activity.Width
ScrollView1.Panel.LoadLayout("main")
Run in Emulator , Bad rsult, It it seem as
limit by Activity area ...
Please Help
I need Simple , Label with scrollView
I checked The sample, you wrote, i got Reflactor Error
Francly, I need something simple
Thanks !