Is there any way to display controls (like buttons) on the adjustable splitter that displays between the two panels in a .NET SplitContainer
?
Example:
I don't think SplitContainer
natively supports this, but overriding the control to get this functionality that seems omni-present in numerous applications seems a bit much to me - I feel like I'm over-thinking this or missing something obvious.
Here's an example that uses a TableLayoutPanel to simulate a SplitContainer.