Example Code
<obshow:Show id="Show1" runat="server" TransitionType="Scroll" ScrollDirection="Top"> <Panels> <obshow:Panel> ... Panel Content here ...
VB.NET
Show1.TransitionType = TransitionType.Scroll
Show1.ScrollDirection = ScrollDirection.Top
C#
Show1.TransitionType = TransitionType.Scroll;
Show1.ScrollDirection = ScrollDirection.Top;
| | |
| "I wanted to say this is probably the best set of tools I have ever worked with,
but the fact that you guys answer questions is phenomenal.
I recommend your stuff to every developer I talk to.
" |
Karl Wilkens |
| Multiweb Communications, Inc. |
| | |
|