ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalFrameControl.cs
@@ -138,6 +138,17 @@ this.AddChidrenFrame(frameBackTemp); } /// <summary> /// 还原桌布高度 /// </summary> public void RecoverTableHeight() { if (this.m_frameTable != null) { m_frameTable.Height = this.Height; } } #endregion } }