ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs
@@ -39,7 +39,7 @@ } /// <summary> /// X轴的真实偏移量(请确保已经加入父控件) /// X轴的真实偏移量(请确保已经调用InitControl初始化函数,用法:蓝湖上的X轴,减掉这个值即可) /// </summary> public int XOffset { @@ -53,6 +53,8 @@ /// <param name="i_height">控件高度</param> public MostRightIconControl(int i_width, int i_height) { this.UseClickStatu = false; this.Width = Application.GetMinRealAverage(110); this.Height = this.Parent != null ? this.Parent.Height : ControlCommonResourse.ListViewRowHeight; this.Gravity = Gravity.CenterVertical;