Hey,
I created a Winform in VB.NET, and I added a Splitter control to allow resizing of panels during runtime.
My issue is that the splitter control is not apparent. I would like to make it appear in a way that the user would know the form can be resized. At the moment, I basically just changed the color, but I don't like how that looks.
Can anyone tell me the proper way to use this control, so that users will understand immediately that the panels are resizable?