ajaxToolkit:Accordion vertical scrollbar on Pane

Posted by nCdy on Stack Overflow See other posts from Stack Overflow or by nCdy
Published on 2010-06-03T07:14:35Z Indexed on 2010/06/03 7:44 UTC
Read the original article Hit count: 812

Filed under:
|
|
|
        <ajaxToolkit:Accordion ID="acc" runat="server">
            <Panes>
                <ajaxToolkit:AccordionPane ID="pane1" runat="server">
                    <Header>
                        <span>&#1047;&#1072;&#1087;&#1088;&#1086;&#1089;</span>
                    </Header>
                    <Content>
                        <asp:Panel ID="controlGrid" runat="server" Height="170px">

and It every time makes Vertical scrollbar there even with empty space after Panel on Content.

How to disable vertical scrollbar and empty space after panel inside 'Content' section ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX