Seems like the code behind cannot recognize elements that were defined in xaml file.
Eg: I defined a textbox in xaml file, and set the property Name (or x:Name) for it. Then tried to call it in the code behind class, but look like it’s not possible.
Does anybody have the same problem like me?
I’m applying MVVM pattern, it works well. But I don’t know why elements are not visible in code behind class.
With normal Windows phone application, the class “LoginPage.xaml.cs” can recognize “txtPassword”. So we can take advantage of “Ctrl + Space”
While RemObject C#, using Ctrl + Space doesn’t help to complete the element name (txtPassword) and its properties. That means we have to write the code ourself.
Eg: after I type “txt” and press Ctril + Space, there should be a suggestion related to “txtPassword” but there are not.
Well, it got closed because this is functioning as expected in all our tests. You never followed up when asked for more details, so we could not “fix” the issue for you, as it did not reproduce. I apologize if that was disappointing to you.