Hi,
there is a way to set the heigth of tabcontrol to fit all abmodalsheet heigth?
the modalshett is so made:
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