Hi,
I have a Combobox and a Button. The button should be disabled until there is something selected in the Combobox. How can i achieve this with the ArcGIS Pro SDK?
Thanks for any help.
Urs
Hi,
I have a Combobox and a Button. The button should be disabled until there is something selected in the Combobox. How can i achieve this with the ArcGIS Pro SDK?
Thanks for any help.
Urs
Hi,
You can implement States and Conditions to enable/disable controls on the ribbon.
ProGuide: Code Your Own States and Conditions
Sample: Working with DAML This sample has a section that creates a custom state and condition.
Thanks
Uma
You need to create an event on the ComboBox.SelectionChange. Inside that event handler use