




















//标准功能【自动高度】在云之家无效,所以需要手工计算动态高度 int height = (F_VTR_OrgRoleName.Length / 20) * 17;//每行20字,每行高度17 if (height < 70) { height = 70; } this.View.GetControl("F_VTR_OrgRoleName").SetCustomPropertyValue("height", height);
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。