ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalListControl.csold mode 100755 new mode 100644
@@ -49,7 +49,14 @@ /// <param name="i_rowSpace">行之间的间距(这个值是与行控件绑定一起使用的)</param> public VerticalListControl(int i_rowSpace = 0) { this.rowSpace = Application.GetRealHeight(i_rowSpace); this.rowSpace = Application.GetRealHeight(i_rowSpace); #if iOS //自动偏移取消 if (UIKit.UIDevice.CurrentDevice.CheckSystemVersion(11, 0)) { (this.uiView as UIKit.UIScrollView).ContentInsetAdjustmentBehavior = UIKit.UIScrollViewContentInsetAdjustmentBehavior.Never; } #endif } #endregion