gxc
2019-11-07 045590bbb1efb46590b0dce0a5482cae284b33f3
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs
@@ -64,6 +64,8 @@
            frameBack.Height = bodyFrameLayout.Height - btnFinish.Yaxis;
            bodyFrameLayout.AddChidren(frameBack);
            if (listview.ChildrenCount > 0)
            {
            var realHeight = listview.GetChildren(0).Height * listview.ChildrenCount;
            if (bodyFrameLayout.Height - btnFinish.Yaxis + realHeight > listview.Height)
            {
@@ -72,7 +74,7 @@
                frameTemp.Height = frameBack.Height + Application.GetRealHeight(115);
                listview.AddChidren(frameTemp);
            }
            btnFinish = null;
            }
        }
    }
}