B4J Library [custom view] GridManager

SS-2017-05-04_15.58.53.png


A simple custom view which creates a grid of panes. You can set the number of columns and rows.

The panes are resized automatically when the GridManager is resized, make sure to use anchors in your layouts.

In this example the same layout is loaded in each of the panes. You can of course load different layouts.
 

Attachments

  • GridManager.zip
    3.7 KB · Views: 969

Roberto P.

Well-Known Member
Licensed User
Longtime User
Erel,
Would also be useful for B4A.
thanks you
 

Roberto P.

Well-Known Member
Licensed User
Longtime User
I'll try it.
Regards
 

Swissmade

Well-Known Member
Licensed User
Longtime User
Nice this.
Thanks Erel
 

LucaMs

Expert
Licensed User
Longtime User
I know very little b4j (UI).

Trying to do the same of what I would do in b4a, that is to create the view (GridManager1), remove it from its parent and add it to another parent), I obtained this junk.

With small changes (resizing) you should succeed.

(I prefer not to spend any more time on this test :)).
 

Attachments

  • GridmanagerScrollable.zip
    5.2 KB · Views: 534
Last edited:
Top