Setting the BorderStyle property does not completely make the control borderless. Is there a property to do this or we rely on a drawfilter?
It's possible that the OS is drawing the borders that you're seeing. You could set the UseOSThemes property to false and see if that fixes your problem.
-Matt
Thanks. It worked!