Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am using ArcGIS Engine and would like to display snap settings to the user. I'm using the Snapping Settings dialog (esriControls.ControlsEditingSnappingCommand) to provide the ability to choose which layer and the type of snap, but the layer list is empty. The layers are still technically listed there because they'll appear if you repeatedly click on the names (as you can see in the following image) but that's not something I'd like to put my user through; I'd rather that they be listed all the time.

enter image description here

Any ideas why this might be and what I can do to fix it?

share|improve this question
I imagine it might have something to do with the dialog not responding to a WM_PAINT request, but, again, why? – Michael Todd Apr 20 '12 at 20:10
I never did figure this out; decided to roll my own dialog instead. Curious to see if anyone has a solution, though. – Michael Todd Apr 25 '12 at 15:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.