Hi - I need some help with rad panel borders in a WinForm. I understand from other threads that the way to get a panel's borders to disappear is to set the PanelElement.PanelBorder.Visibility to "Collapsed". This causes the border to disappear just fine, but it also affects the parent panel by making its borders disappear too. See the attached image for how it looks.
Is there a way for me to get the child panels to have no border but also not affect the parent panel? I want that border to remain as it is.
Side note: I have the two child panels inside the parent and set them to Dock left so that when the left control isn't needed that panel can be set to invisible and the panel containing the remaining controls will move to the left.
Thanks.