B4J Question [ABMaterial] info about tabcontrol

billyrudi

Active Member
Licensed User
Longtime User
Hi,
there is a way to set the heigth of tabcontrol to fit all abmodalsheet heigth?

the modalshett is so made:
B4X:
Sub BuildInputSheet() As ABMModalSheet
    
    inp.Initialize(page, "inp",  True, False, "")
    inp.Content.UseTheme("modalcontent")
    inp.Footer.UseTheme("modalfooter")
    inp.IsDismissible = False
    inp.Size = dimensioneForm
        
    inp.Content.AddRowsM(2,   False ,0,0, "").AddCells12(1, "")
    

    inp.Content.BuildGrid


    Return inp
End Sub
 

Attachments

  • info.jpeg
    info.jpeg
    279 KB · Views: 183
Top