Hi,
I have a layout with some basic views and one special view: Horizontal scrollview
The inner panel of the scrollview is loaded with a second layout.
The second layout (the one in the inner panel of the scrollview) is also filled with basic views.
because of the width 1700dip it must be horizontal scrollable.
I see some strange behaviour:
Best regards,
Marc
I have a layout with some basic views and one special view: Horizontal scrollview
The inner panel of the scrollview is loaded with a second layout.
B4X:
Scrollitem.Panel.Width =1700dip
Scrollitem.Panel.height = 380dip
Scrollitem.FullScroll(True)
Scrollitem.Panel.LoadLayout("panItem")
The second layout (the one in the inner panel of the scrollview) is also filled with basic views.
because of the width 1700dip it must be horizontal scrollable.
I see some strange behaviour:
- The layout is created at 1700 x 380 scale 1
But in the designer, I can see that a view placed from top to bottom has a height of 280.
Why is the original height not respected?
- If the inner panel is loaded with this layout, the layout is smaller sized as expected.
I think it is about 30% smaller in both sides. Why is it scaled smaller ?
Best regards,
Marc