javascript - Auto Scroll is not working in viewport in Ext JS -
I have permission to scroll through the port items I tried the code below but it is not working.
var viewport = new extension. View ({Layout: 'Column', Apply: 'divPanel', Item: [{title: 'title', collapsible: true, AutoScoll: true, columnWidth: .57, item: [grid], width: 300} {ColumnWidth: .01,}, {columnWidth: .42, autoScoll: true, openable: true, items: [panel], width: 250}]}); Any help should be appreciated .. Thank you
To make a scroll in sequence, you have to set one height on the components inside the scene.
Comments
Post a Comment