ASP.NET Splitter - Fixed Splitter

Try to move the splitter separator.
The splitter is not resizable.



The feature also works in horizontal splitter.

Example code

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

VB.NET
spl1.IsResizable = false


C#
spl1.IsResizable = false;

"The grid itself is excellent. I'm amazed by what you have accomplished with it. It has become the main control for our pages due to our customers responses to layouts with it."

Mark Butler
Achieve Technology

Random testimonial   All testimonials