[CLOSED] TreePanel and GridPanel initial horizontal scroll

  1. #1

    [CLOSED] TreePanel and GridPanel initial horizontal scroll

    On the following example, no matter how wide the TreePanel is, the horizontal scroll is always shown,

    Version 3.x


    Version 2.x


    The same happens to GridPanel.
    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
    </head>
    <body>
        <ext:ResourceManager runat="server"/>
        <ext:TreePanel
            ID="TreePanel1"
            runat="server"
            Width="450"
            Height="200"
            Title="Example"
            AutoScroll="true">
            <Root>
                <ext:Node Text="Companies" Expanded="false">
                    <Children>
                        <ext:Node Text="Ext.Net" Icon="Accept" />
                        <ext:Node Text="Sencha" Icon="Application" Leaf="true" />
                    </Children>
                </ext:Node>
            </Root>
        </ext:TreePanel>
    </body>
    </html>
    Thanks in advance
    Attached Thumbnails Click image for larger version. 

Name:	hs001.png 
Views:	23 
Size:	2.0 KB 
ID:	17951   Click image for larger version. 

Name:	hs002.png 
Views:	18 
Size:	2.1 KB 
ID:	17961  
    Last edited by Daniil; Jan 14, 2015 at 3:14 PM. Reason: [CLOSED]
  2. #2
    Hi Raphael,

    Thank you for the report.

    Seems I cannot reproduce it with my local Ext.NET build with ExtJS 5.1.0.

    Once I commit my changes (I think within two first weeks of the next year), I will post a follow-up here and you could retest it.
  3. #3
    Thank you Daniil. Please keep me posted. I will retest it once you notify me
  4. #4
    I noticed this too.

    On Firefox the grid was OK but tree had the horizontal scroll. The other browsers had horizontal scroll always. I figured 5.1.0 may resolve this so happy to wait for that.
  5. #5
    The next version is really expected. Daniil has told me that it is gonna be available in next two weeks.
  6. #6
    I had meet this question too.
  7. #7
    I confirm that this issue has been fixed in the SVN trunk. It will go to v3.1.0 beta release.
  8. #8
    I confirm too.It works fine.

Similar Threads

  1. Replies: 3
    Last Post: Apr 27, 2016, 1:29 AM
  2. Replies: 9
    Last Post: Apr 04, 2014, 9:10 PM
  3. [CLOSED] Auto Move GridPanel horizontal scroll bar?
    By mis@adphk.com in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 18, 2013, 3:05 AM
  4. No Horizontal Scroll bar in GridPanel
    By fangmdu in forum 1.x Help
    Replies: 2
    Last Post: Jul 05, 2012, 9:53 PM
  5. [CLOSED] Impossible to show horizontal scroll in gridpanel
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Jul 20, 2011, 11:31 AM

Posting Permissions