ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameRefreshControl.csold mode 100755 new mode 100644
@@ -43,6 +43,14 @@ { rowSpace = Application.GetRealHeight(i_rowSpace); this.VerticalScrollBarEnabled = false; #if iOS //自动偏移取消 if (UIKit.UIDevice.CurrentDevice.CheckSystemVersion(11, 0)) { (this.uiView as UIKit.UIScrollView).ContentInsetAdjustmentBehavior = UIKit.UIScrollViewContentInsetAdjustmentBehavior.Never; } #endif } /// <summary>