ASP.NET Show - QuickScroll Customize

 
QuickScroll direction:

Example Code

<obshow:Show id="Show1" runat="server" TransitionType="QuickScroll" ScrollDirection="Left">
    <Panels>
        <obshow:Panel>
            ... Panel Content here ...    

VS.NET
Show1.TransitionType = TransitionType.QuickScroll
Show1.ScrollDirection = ScrollDirection.Left


C#
Show1.TransitionType = TransitionType.QuickScroll;
Show1.ScrollDirection = ScrollDirection.Left;



"I just discovered your control suite by accident and, after looking at your online demos, I was so impressed that I couldn't resist the temptation to download and put it through its paces. After several hours of experimentation, I congratulate you on a really great product. Your controls are well designed, robust and performance."

Tim Coulter