Hi,
i don´t see how to do it... I have one layout with my CustomListView and one layout with a box. I want to add this layout to the CustomListView, but in a row instead of below each other.
So, it should look like
# # # #
instead of
#
#
#
#
I add the layout this way
I have no idea how to...
Regards
Matze
i don´t see how to do it... I have one layout with my CustomListView and one layout with a box. I want to add this layout to the CustomListView, but in a row instead of below each other.
So, it should look like
# # # #
instead of
#
#
#
#
I add the layout this way
B4X:
Dim p As Panel
p.Initialize("")
p.SetLayout(0dip,0dip,25%x,25%x*1.5)
p.LoadLayout("Knopf")
tlv.Add(p,"")
Regards
Matze