Can anyone confirm that I am using MVVM (2-way binding), then I do not need to specify my controls in XAML, since I will not access them through the code behind, but will update them through the binding.
This was the case with WPF, but I'm not sure that silverlight allows you to control without x: Name
Any help really appreciated
thank
source
share