Hello,
I am trying to create a panel with scroll , but have a problem with panel layout.
between the scroll.panel.height=panel1.height there is a huge amount of space.
if I define the height from the layout it cuts the last button view, if I leave space between the last button view and the panel bottom border there is a hug amount of space.
How can I define the exact space up to the last button view and panel bottom border and eliminate the space between ??
I am trying to create a panel with scroll , but have a problem with panel layout.
between the scroll.panel.height=panel1.height there is a huge amount of space.
if I define the height from the layout it cuts the last button view, if I leave space between the last button view and the panel bottom border there is a hug amount of space.
How can I define the exact space up to the last button view and panel bottom border and eliminate the space between ??
B4X:
Activity.LoadLayout("2")
scrview.Panel.LoadLayout("1")
scrview.Panel.Height=Panel1.Height