Search code examples
xamlxamarinlayoutabsolutelayout

How to have 2 absolutelayouts that overlay eachother


I would like to have 2 absolute layouts that overlay each other. Like having 2 pieces of glass on top of each other where each overlay can have it's own controls and behavior. One absolute layout doesn't work for me because I want each glass (per say) to have it's own behaviors for sizing and such. Xaml is preferred.


Solution

  • A way to do this is to enclose both absolute layouts in a parent absolute layout. Zorder becomes important for touch and gestures