Populate combo box dropdown with Geocode results
I've got a geocode activity that can return multiple results. I want to be able to take the collection of address candidates and use it to populate a combo box dropdown list so the user can choose a candidate. The display value would be the address and the value would be the location (the geometry). I would then pass the geometry to the next step. How can I tell the combo box to use the list? Is this possible?
0
-
Have you tried using a runtime modification to assign
form.Find(Of ComboBoxFormItem)("ComboBox1").QueryLayerSource to your geocoding results?0 -
This works perfectly. Thanks. 0
Please sign in to leave a comment.
Comments
2 comments