黄学彪
2020-03-23 cc0d80c7d86c6d0167269b3408c4b30c24ce84e9
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameControl.cs
@@ -49,7 +49,7 @@
        /// </summary>
        private void InitFrameTable()
        {
            if (this.m_frameTable != null)
            if (this.m_frameTable != null && this.m_frameTable.Parent != null)
            {
                return;
            }
@@ -117,10 +117,6 @@
            {
                //调整桌布高度
                this.m_frameTable.Height = child.Bottom;
                //if (this.m_frameTable.Height < child.Bottom)
                //{
                //    this.m_frameTable.Height = child.Bottom;
                //}
            }
        }