wxr
2023-10-20 6de7f8a29b04737d80ad8cb17804fcc50d267bd9
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/BaseFramLayout.cs
@@ -34,7 +34,7 @@
        /// 获取坐标底部最下面的那个控件的底部坐标
        /// </summary>
        /// <returns></returns>
        private int GetLocationMostLastViewBottom()
        public int GetLocationMostLastViewBottom()
        {
            int bottomHeight = -1;
@@ -49,4 +49,6 @@
            return bottomHeight;
        }
    }
}