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
600
XamComboEditor focus problem
posted

HI

Over a MVVM model, I have a form with three controls: two XamComboEditor (version 10.3.20103.1006) and a TextBox. The second XamComboEditor IsEnabled property depends on the contents of the first: IsEnabled = "{Binding Path = HabilitarEstilo}".

When the user changes the selected item from the first XamComboEditor and this activates the second XamComboEditor (IsEnabled = True), and then try to move the focus to the second XamComboEditor (using [Tab] key or the mouse) immediately focus jumps into the following TextBox.

No control has code in events (everything is MVVM) and using "Silverlight Spy" I see two XamComboEditor always pass the IsTabStop property to false, so you enter to True.

Please, could you help me with this problem?

Thank you,

Jaimir G.