|
by Laurent Bugnion via Silverlight on 6/8/2010 11:06:05 PM
When you work with the ApplicationBar in Windows Phone 7, you notice very fast that it is not quite a component like the others. For example, the ApplicationBarIconButton element is not a dependency object, which causes issues because it is not possible to add attached properties to it. Here are two other issues I stumbled upon, and what workaround I used to make it work anyway. Code to demonstrate the issues and the workaround can be downloaded here! Finding a button by name returns null Si
... [ read more ]
|
|