当我提到特定的高度和宽度时,这是我的代码。
{
xtype: 'list',
itemId : 'propertyListId',
height : 600,
width : 1200,
store: 'PropertyListStore',
itemTpl: '{PropertyId}',
style: 'background-color: white;',
}
请有人建议我吗?
答案 0 :(得分:0)
在您列出的外部创建面板,并设置面板布局=适合
layout: : 'fit',
items: [{
xtype: 'list',
itemId : 'propertyListId',
store: 'PropertyListStore',
itemTpl: '{PropertyId}',
style: 'background-color: white;',
}]