How to overlap widgets
-
Overalap ? What do you mean ? Would like to display side by side or one below the other ? You can use either Vertical or Horizontal layout for doing this.
-
I want one above the other coz for sometime i will show a video on let say on display1 after some time will hide the display1 and then display2 will show the remaining video.
So i want it one above the other in same layout.
P.S. above means not up, above means overlap so one display2 shuld be behind dsipaly1 means display2 will be hidden. -
Try to use StackLayout. It may help.