Hi, I am Farhan Ghumra. I am Windows Store Apps Developer. This blog is about sharing what I've learned so far while WinRT App Development. After all Sharing is Caring :)
Pages
▼
Wednesday, 12 September 2012
How to find an element in a DataTemplate in WinRT/XAML
Here’s one way to find a named element in a DataTemplate in XAML in Windows 8 XAML.
You might try FindName to discover it doesn’t work. That’s because it’s not recursive.
So, I created a simple extension method to do the same thing
No comments:
Post a Comment