ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalListControl.cs
@@ -180,5 +180,31 @@ } #endregion #region ■ 一般方法___________________________ /// <summary> /// 控件移除 /// </summary> public override void RemoveFromParent() { if (this.Parent != null) { base.RemoveFromParent(); } } /// <summary> /// ☆☆移除全部控件☆☆ /// </summary> public override void RemoveAll() { if (this.Parent != null) { base.RemoveAll(); } } #endregion } }