B4A Library [B4X] [DSE] DDDGrid - designer script grid

A simple, cross platform, class that uses the designer script extension feature to create grids:

1660834118157.png


Designer script:
B4X:
'Parameters: Panel, #Columns, #Rows, Padding
DDDGrid.CreateGrid(Pane1, 4, 3, 5dip)
 

Attachments

  • Project.zip
    184.3 KB · Views: 267
Top