wjc
2023-08-03 72c7bdb62b203eeb6a590e96bf25a4e186bd45cd
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/HorizontalFramLayout.cs
@@ -10,9 +10,15 @@
    /// </summary>
    public class HorizontalFramLayout : HorizontalScrolViewLayout
    {
        public HorizontalFramLayout()
        /// <summary>
        ///
        /// </summary>
        /// <param name="width">容器宽度</param>
        /// <param name="height">容器高度</param>
        public HorizontalFramLayout(int width, int height)
        {
            this.Height = Application.GetRealHeight(28);
            this.Height = Application.GetRealHeight(height);
            this.Width = Application.GetRealWidth(width);
        }
        private List<string> mList = new List<string>();