Splitter Control in .NET Framework

I am trying to use the Splitter Control.  There are only three BorderStyles available - none Fixed Single or Fixed 3d.  To me none of them look as attractive as the splitters you see in Microsoft products.  I would like to achieve just a single gray line.  This is not possible, because if you set the width of the splitter to 3 pixels or less, it is impossible to grab with the mouse at runtime.

Any ideas how I can achieve a nicer-looking splitter

Thanks!

Mark


Answer this question

Splitter Control in .NET Framework

  • Mike Perri

    Hi MarkMokris

    Take a look at this one

    http://www.codeproject.com/cs/miscctrl/collapsiblesplitter.asp target=splitter#xxxx

    I hope this can help

  • Splitter Control in .NET Framework