本帖最后由 Alice 于 2016-8-12 09:47 编辑
Wijmo5 flexgrid行高是通过defaultSize属性设置的(博客:http://blog.gcpowertools.com.cn/post/2016/06/23/flexgrid_cssStyle.aspx)。
代码参考:
- // set the height of rows in the scrollable area
- flex.rows.defaultSize = 34;
- // set the height of rows in the column header area
- flex.columnHeaders.rows.defaultSize = 40;
复制代码 |