-
2 Nov 2011 1:13 PM #1
Unanswered: Ext.grid.scroller
Unanswered: Ext.grid.scroller
Has anyone used the class Ext.grid.scroller, xtype: 'gridscroller. I've been trying to dock one in a grid that I'm building so that I don't have to use a default scrollbar.
However, I can't find any sample code or examples of how to use it anywhere. Currently in my grid I just have:
Any advice would be much appreciated!Code:dockedItems: [ { xtype: 'gridscroller', dock: 'right', }]
-
2 Nov 2011 6:22 PM #2
I wouldn't if I were you. This is all going to change in 4.1.
-
3 Nov 2011 5:37 AM #3
Ok, any idea when 4.1 is going to be released?
-
3 Nov 2011 8:08 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
- Answers
- 3102
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
3 Nov 2011 1:57 PM #5
Ok great, thanks! I'll check it out


Reply With Quote