ASP.NET Show - Scrolling left transition effect

 


See also how to customize the scrolling effect.

Example Code

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

VB.NET
Show1.TransitionType = TransitionType.Scroll
Show1.ScrollDirection = ScrollDirection.Left


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

"Perfect! Honestly, you guys make me look brilliant. Your components offer a dynamic, and professionally designed experience for my users. The TreeView has been invaluable to me, huge datasets and enormous hierarchies are a snap. However, when you first introduced the CALLBACK, you rocked my world! Having moved from desktop to web applications, I missed the functionality I used to have. You gave it back - thank you. I can't tell you the number of times I've been asked "How'd you do that?" (even from our tech support and contractors)."

John Cappelletti