gxc
2019-11-22 9c607e921ca7c379799e4dd88b140265a1d5d5c5
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/TopRightMenuControl.cs
@@ -89,10 +89,14 @@
            //列表控件
            this.listView = new VerticalListControl();
            listView.Height = frameTable.Height;
            if (rowCount == 5 && titleText != null)
            if (rowCount == 5)
            {
                //连带标题,只能显示5行
                listView.Height = frameTable.Height - Application.GetRealHeight(RowHeight);
            }
            if (titleText != null)
            {
                //拥有标题
                listView.Y = Application.GetRealHeight(RowHeight);
            }
            listView.Radius = frameTable.Radius;