In one my ext3 application, I use these options for a GridView:
autoFill: true, // makes all columns equal to the width of the hole table forceFit: true, // makes all columns equal to the width of the hole table scrollOffset: 0 // removes the space reserved for the scroll bar when there is no scroll bar
Unfortunately, I cannot find them (or something similar in ext4 anymore). Does anyone know how these properties were replaced in the new Ext.grid.View?
source
share