wjc
2023-08-22 8cefc1f93fc2db49465a5dd11ce94ed11267ea53
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;
        }
    }
}