Greetings, I wanted to know if it is possible to locate the drawer to the right of the screen
B4X:
'load the layout to Root
Drawer.Initialize(Me, "Drawer", Root, 600dip)
Drawer.CenterPanel.LoadLayout("Page 1")
Drawer.LeftPanel.LoadLayout("Page2Left")
Page3 = B4XPages.GetPage("Page 3")