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);

"Your TreeView component with the use of the Tree DB component are a real winner. I am using this with my CMS applications that allow the user to order the documents with a simple drag and drop. It's brilliant and my clients now have a more intuitive application."

Ben de Groot