Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using a LongListSelector and I will like to bind the visibility of the ListHeader to the count of the items. If there aren't any than collapsed it else make it visible.

How can I achieved this?
Posted
Comments
thursunamy 3-Jan-13 3:04am    
I am more experienced in WPF so I am not sure that it is possible but If I have a problem like that I would look for ValueConverters. You should create a class and inherit from IValueConverter and then define it on the Binding Expression so it will run background and convert data.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900