ASP.NET Splitter - Synchronize Scroll - File Compare

Try to scroll one of the panels content.
The other panel content will scroll also.



The feature also works in horizontal splitter.

Example code

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

VB.NET
spl1.SynchronizeScroll = true


C#
spl1.SynchronizeScroll = true;


JavaScript
spl1.SynchronizeScroll(true);

"OUT of all the components I have ever used, your components ARE the best! BAR NONE!! Keep it UP!!!"

Johnnie Gazaway
JBM, Inc.

Random testimonial   All testimonials