Getting value from a control inside DataTemplate windows phone 7
问题 Iam working on dataTemplate in windows phone 7. I had customised Listbox with data template. now i need to get the values from the customised listbox. Please check the code is below. <phone:PhoneApplicationPage.Resources> <Style x:Key="Image_List" TargetType="ListBox"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="ListBox"> <Grid> <Rectangle Fill="#FF030403" RadiusY="10" RadiusX="10" Stroke="#1BA1E2" StrokeThickness="2"/> <ScrollViewer x:Name="ScrollViewer">