ZigbeeApp/Shared/Phone/UserCenter/SharedContent/LookSharedContentForm.cs
@@ -236,6 +236,8 @@ } }; } //调整一下高度 listView.AdjustRealHeightByBottomButton(Application.GetRealHeight(185)); }); } @@ -317,6 +319,8 @@ private void AddDeviceRow(List<CommonDevice> listDevice, VerticalListControl listView) { listView.RemoveAll(); //还原高度 listView.RecoverHeight(); foreach (var device in listDevice) { @@ -365,6 +369,8 @@ } }; } //列表自己有个23的Y轴坐标 listView.AdjustRealHeightByBottomButton(Application.GetRealHeight(23), Application.GetRealHeight(300 - 23)); } #endregion