I have a ListView control which I position on a form programmatically using Location property. I have label controls and textbox controls on the form also. When I position the ListView so that it overlaps a label, the label is displayed as being "on top", hiding part of the ListView control. When I position with overlap on one textbox control the same thing happens. But when it overlaps another textbox control, the ListView stays "on top", covering part of the textbox.
I can't find anything in the textbox properties that would explain why one would be different from the other. Anyway, I would like to have the ListView always be showing "on top" when overlap occurs. How can I accomplish this?
Thanks