[CLOSED] Tab Scrolling

  1. #1

    [CLOSED] Tab Scrolling

    Hi Everybody,
    I need some help making my tab body scrolling.

    My situation:
    I have a simple TabPanel with 3 static (not autoload) tabs.
    In the first one i have some div with pre definited height and width and some ext controls inside them.

    My Problem:
    The body of my tab goes over the height of the tab so some controls doesn't show because are cutted out.

    My Request:
    There's a way to make my tab auto display the scroolbars to fix the problem?

    Thanks a lot,
    Andrea Cammarata
    immobilmente.com
  2. #2

    RE: [CLOSED] Tab Scrolling

    Hi, Andrea

    Does the AutoScroll=true for Tab is what you need?


    *
  3. #3

    RE: [CLOSED] Tab Scrolling

    Hi vladimir,
    Thanks for reply.
    I already add the param AutoScroll=true to my tab but it doesn't work.
    Any different suggest?

    PS: I'm using the latest version 0.7.
  4. #4

    RE: [CLOSED] Tab Scrolling

    Hi,

    The AutoScroll property should works. Can you post example which shows that AutoScroll doesn't work

    Here is my test case

    <ext:TabPanel runat="server" Height="150">
        <Tabs>
            <ext:Tab runat="server" AutoScroll="true" Title="Tab1">
                <Body>
                    <div style="background-color:Silver;height:300px;">
                        <ext:Button runat="server" Text="Button1"></ext:Button>
                    
    
                </Body>
            </ext:Tab>
        </Tabs>
    </ext:TabPanel>
  5. #5

    RE: [CLOSED] Tab Scrolling

    Hi,
    thanks for your example!
    Now it seem to works, but i had to set the TabPanel Height...without it, it doesn't work.

    So the main problem is fixed.
    But there's no a way to make the scrollbars appears?

    Thanks again.
  6. #6

    RE: [CLOSED] Tab Scrolling

    Hi,

    I don't think that without fixed Height it is possible to set scrollbars becuase it is hard to detect that div is overflow tab




  7. #7

    RE: [CLOSED] Tab Scrolling

    Hi,

    but the problem is that now I set the Height, in fact now the tab is able to scroll but only with arrows on the keyboard or with the scroll button on the mouse, the problem now is that the scrollbars inside my tab still doesn't appears.

    Thanks,
  8. #8

    RE: [CLOSED] Tab Scrolling

    Hi Andrea,

    Can you post simplified example?
    We will test it and try resolve the issue


    *
  9. #9

    RE: [CLOSED] Tab Scrolling

    Hi Andrea,

    You mentioned in your first post a "predefined height and width" on the . Maybe the is wider than the width of the Panel/Tab/TabPanel. A couple other options to try are setting AutoWidth="true" or removing the width from your div.*


    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Infinite Scrolling
    By rnachman in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 09, 2012, 5:03 PM
  2. [CLOSED] Infinite Scrolling with MVC
    By RCN in forum 2.x Legacy Premium Help
    Replies: 14
    Last Post: Apr 12, 2012, 6:27 PM
  3. [CLOSED] Scrolling issues
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Sep 07, 2011, 8:49 PM
  4. [CLOSED] Infinite Scrolling
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 09, 2011, 6:15 PM
  5. [CLOSED] Tab Content Scrolling
    By rcaunt in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 02, 2009, 1:21 PM

Posting Permissions