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;

"Thank you very much for the wonderful solution."

Saju Sangeeth
Software Lab Qatar W.L.L.

Random testimonial   All testimonials