For a few years I have been thinking about an unconventional grill, which has cells of different sizes. I tried to apply them in my FlexGrid by adding the merge cells option. The result is interesting but I wanted something more flexible. (I never posted these changes)
Today I had some time and an epiphany.. and I started a new class.... here is the result
Who knows, maybe there will be a library... we'll see
Today I had some time and an epiphany.. and I started a new class.... here is the result
Who knows, maybe there will be a library... we'll see
B4X:
SD_TileGrid1.AddRow(100dip).AddCol(100dip).AddPanel("1",100dip).AddCol(120dip).AddPanel("2",40dip).AddPanel("3",60dip).AddCol(70dip).AddPanel("2",40dip).AddPanel("3",60dip).AddCol(100dip).AddPanel("2",70dip).AddPanel("3",30dip).AddCol(60dip).AddPanel("",20dip).AddPanel("",80dip)
SD_TileGrid1.Addrow(50dip).AddCol(300dip).AddPanel("",50dip).AddCol(150dip).AddPanel("",50dip)
SD_TileGrid1.AddRow(300dip).AddCol(100dip).AddPanel("",150dip).AddPanel("",50dip).AddPanel("",100dip)
SD_TileGrid1.AddCol(150dip).AddPanel("",300dip)
SD_TileGrid1.AddCol(200dip).AddPanel("",50dip).AddPanel("",150dip).AddPanel("",80dip).AddPanel("",20dip)
SD_TileGrid1.Addrow(50dip).AddCol(300dip).AddPanel("",50dip).AddCol(150dip).AddPanel("",50dip)
SD_TileGrid1.Refresh
Last edited: