Spanish ¿Alguien me puede dar un tutorial para deslizar en horizontal con b4a?-

Ingeniero Cognitivo

Active Member
¿Porque en el horizontal me salen las dos listas sin los datos y en el vertical me salen con datos?
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("DeslizarHorizontal")
HorizontalScrollView1.Panel.LoadLayout("ContenedorDeslizarHorizontal")
HorizontalScrollView1.Panel.Height = 100%x '150%y'600dip
ScrollView1.Panel.LoadLayout("ContenedorDeslizarHorizontal")
ScrollView1.Panel.Height = 150%y'600dip
For contador = 0 To 50
ListView1.addsingleline(contador)
Next
For contador = 0 To 50
ListView2.addsingleline(contador)
Next
End Sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…