billyrudi Active Member Licensed User Longtime User Jan 31, 2018 #1 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 279 KB · Views: 370
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