I am having a silverlight listbox in which a list item contains an image, its name and its price. the layout of the list item will be as follows: Under the image the image name will be shown, under the image name the price will be shown.
Now the problem is when i select an list item all the three items(image, image name and its price ) are selected. this is the default behavior.
Now the requirement is when i select a list item only the image should be selected.
please let me know if there is a way to do this..