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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -