Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我构建了一个表单并在其中嵌入了一个预览窗格。预览窗格显示填充了来自数据源的数据的网格。问题是行高异常。它的出现是网格行正常高度的 3 倍。我正在使用 Dynamics Ax 2012
您是否显示地址、街道名称或类似名称?
带有DisplayHeight属性为 2 或更大的扩展数据类型的字符串字段的网格会使行高更大以容纳该字段。您也可以更改属性FormStringControl。
DisplayHeight
FormStringControl
解决方案可能是将DisplayHeight控件的 back 更改为 1。