Example #1
0
        void OnLayoutUpdated(object sender, Native.LayoutEventArgs e)
        {
            Element.Layout(e.Geometry.ToDP());

            if (_moreOption != null && _moreOption.IsValueCreated)
            {
                _moreOption.Value.Geometry = _page.Geometry;
            }
        }
Example #2
0
 void OnLayoutUpdated(object sender, Native.LayoutEventArgs e)
 {
     UpdateGeometry();
 }
Example #3
0
 void OnLayoutUpdated(object sender, Native.LayoutEventArgs e)
 {
     Element.Layout(e.Geometry.ToDP());
 }
Example #4
0
 void OnContentLayoutUpdated(object sender, Native.LayoutEventArgs e)
 {
     UpdateContentSize();
 }