Hello,
I have a GridView in my Windows Store app. There is a TextBlock (x:Name="X") on the DataTemplate. However the Visibility of the TextBlock is determined by a variable not from the ItemSource.
How to dynamically change the TextBlock's visibility from code behind?
Thanks.
No comments:
Post a Comment