Making splitter visible for Split Panel
.net, c#, winforms
Solution
Try setting BorderStyle to Fixed3D
Problem
How do I make a split panels splitter visible to the user, rather than being invisible with only a cursor change on mouse over?
.net, c#, winforms
Try setting BorderStyle to Fixed3D
How do I make a split panels splitter visible to the user, rather than being invisible with only a cursor change on mouse over?