Is there a way to reorder the layers in a project? I have a district layer that is loaded at the start and a county layer that is loaded only when a district is clicked. I would like to be able to see just the counties that appear under that district. Is it possible to do this without having to create a separate shapefile for each county?
If you were to have some attributes in the shapefile that could identify which district elements belonged to, you could filter out any elements you did not want to see when the file is imported, or toggle visibility flags, potentially. Does that help?
Sort of. Can you give a quick example in vb or c#?