From 679c2a4c459c7ad0e9f727ad4196c0754716c28f Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期三, 08 四月 2020 11:39:20 +0800 Subject: [PATCH] 2020-04-08-1 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameControl.cs | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameControl.cs index fb89987..b35a549 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameControl.cs +++ b/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; - //} } } -- Gitblit v1.8.0