ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ListViewLayoutControls/VerticalListControl.cs
@@ -23,6 +23,21 @@ /// 一个没什么用的东西 /// </summary> private FrameLayout frameBackTemp = null; /// <summary> /// 自定义的获取子控件个数 /// </summary> public new int ChildrenCount { get { int count = base.ChildrenCount; if (frameBackTemp != null) { count--; } return count < 0 ? 0 : count; } } #endregion