Tag: Hold event
-
Select ListBox Item on the Hold event in Windows Phone
I was working on an application and I had to select a List Box Item on the hold event. My List Box was as below, You see in the List Box, I have put an Image control and binding Source and Tag dependency property of the image to the data source. At the code behind,…