ajaxToolkit:Accordion vertical scrollbar on Pane
- by nCdy
<ajaxToolkit:Accordion ID="acc" runat="server">
<Panes>
<ajaxToolkit:AccordionPane ID="pane1" runat="server">
<Header>
<span>Запрос</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 ?