1. #1
    Ext JS Premium Member
    Join Date
    Apr 2011
    Location
    Austin, Texas
    Posts
    10
    Vote Rating
    0
    sawda03 is on a distinguished road

      0  

    Default 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:

    Code:
    dockedItems: [
    {
        xtype: 'gridscroller',
        dock: 'right',
    }]
    Any advice would be much appreciated!

  2. #2
    Sencha User skirtle's Avatar
    Join Date
    Oct 2010
    Location
    UK
    Posts
    3,101
    Vote Rating
    120
    Answers
    457
    skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold

      0  

    Default


    I wouldn't if I were you. This is all going to change in 4.1.

  3. #3
    Ext JS Premium Member
    Join Date
    Apr 2011
    Location
    Austin, Texas
    Posts
    10
    Vote Rating
    0
    sawda03 is on a distinguished road

      0  

    Default


    Ok, any idea when 4.1 is going to be released?

  4. #4
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,121
    Vote Rating
    453
    Answers
    3160
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  
    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.

  5. #5
    Ext JS Premium Member
    Join Date
    Apr 2011
    Location
    Austin, Texas
    Posts
    10
    Vote Rating
    0
    sawda03 is on a distinguished road

      0  

    Default


    Ok great, thanks! I'll check it out