wjc
2023-08-24 86325cf53601d57fff61b6bf77da9c7d341a9327
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;
        }
    }
}