[Wish] Layout Manager

Jost aus Soest

Active Member
Licensed User
Longtime User

flandersdl

Member
Licensed User
Longtime User
As I understand, Klaus has created a workaround for a kind of LinearLayout, hasn't he?

Yes he has. He also put together a list of scrollview examples here: http://www.b4x.com/forum/basic4android-getting-started-tutorials/8423-scrollview-examples-summary.html#post47137

If you want a relative layout, all you would need to do is check to see if all labels have data in them and if not them resize the height of the other labels to fill the whole panel.

Edit:
I have attached a sample of a RelativeLayout.
 

Attachments

  • Relative Layout Scrollview.zip
    8 KB · Views: 240
Last edited:
Top