ASP.NET Splitter - Remember Scroll Position - Books

Scroll any panel content.
Panel scrolls will remember their position after postback.



The feature also works in horizontal splitter.

Example code

    <obspl:Splitter RememberScrollPosition="true" id="spl1" runat="server" StyleFolder="styles/default">
        <LeftPanel>
            <Content>
                ... Left Panel content here ...
    ...

VB.NET
spl1.RememberScrollPosition = true


C#
spl1.RememberScrollPosition = true;

"I am absolutelly impressed with your suite that’s what makes ASP .net development really effective and fun even for an ASP .net rookie like me."

Szabolcs Apro
Software Consultant

Random testimonial   All testimonials