ASP.NET Splitter - Resize event

Start moving the splitter separator to trigger the splitter resize event.
The sizes of the splitter panels will be updated.



The feature also works in horizontal splitter.

Example code

    <obspl:Splitter id="spl1" runat="server" OnSplitterResize="OnSplitterResizeEvent">
        <LeftPanel>
            <Content>
                ... Left Panel content here ...
    ...

JavaScript
function OnSplitterResizeEvent() { /* your code here */ }

"We really like the tab menu....Brings a sense of organization to the page layouts."

Mark Butler