Android Question B4XPages + B4XDrawer ( right of the screen)

PABLO2013

Well-Known Member
Licensed User
Longtime User
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")
 
Top