Hi,
I am trying to use the feature 'name interactive elements' from Expression Blend 4 to name all the unnamed ui elements automatically. I am not able to do this on xamgrid, but works on framework controls. Is this a know issue or i am missing something here? Many thanks! Chan.
Chan:
Are you naming elements just to give them names, or is there a reason you want to name all unnamed elements? If its the former, then I would advise against doing that as there is both a memory and performance cost:
http://10rem.net/blog/2010/07/02/silverlight-wpf-dont-name-elements-unless-you-have-to-why-xnaming-everything-is-bad
If you need to name them for a reason, I would love to know why.
Devin
I am creating coded Ui tests using vs2010 which require names for the controls.