Esempio n. 1
0
        public static void MapFrame(ContentViewHandler handler, IContentView view)
        {
            ViewHandler.MapFrame(handler, view, null);

            // TODO MAUI: Currently the background layer frame is tied to the layout system
            // which needs to be investigated more
            handler.NativeView?.UpdateBackgroundLayerFrame();
        }
Esempio n. 2
0
 public static void MapContent(ContentViewHandler handler, IContentView page)
 {
     handler.UpdateContent();
 }
Esempio n. 3
0
 public static void MapContent(ContentViewHandler handler, IContentView page)
 {
 }