How to build a Responsive Navigation Menu in Power Apps

 Start with a page design. or select Sidebar Design




we want a side bar on the left side but on the mobile app preview there is a white space on the right side
  select left side container and add a left side container width property.

Width = If('Home Screen'.Size = 1,Parent.Width,200)


















































Comments