我创建了ListGrid
,并且有3或4列。如何更改这些列的宽度,以便显示信息而无需在每次刷新时重新调整大小?
答案 0 :(得分:0)
可以为ListGridField构造函数中的每个列设置宽度。请参阅:http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widgets/grid/ListGridField.html
有关示例用法,请参阅: http://www.smartclient.com/smartgwt/showcase/#grid_appearance_columnsize
或者,ListGrid上有一个方法可以将列自动调整到它的内容。看到: http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widgets/grid/ListGrid.html#autoFitField(java.lang.String)