Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
520
UltraUIACombobox selection issue
posted

Hi

I am having issues with UltraUiaComboBox. Simply i want to select item from dropdown and i do this:

Combobox.SelectedItem = "Item"... After this I see that it clicks on dropdown icon and it is moving from top to bottom of dropdown list and at the end if fails.

What is going on ?

i tried with http://msdn.microsoft.com/en-us/library/system.windows.automation.selectionitempattern.select.aspx 

solution and it seams that everything is going to be ok but when it tries to do .select()   ... Exception happens.