how to customize the listbox selected item style in silverlight 4
        Posted  
        
            by Phani Kumar PV
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Phani Kumar PV
        
        
        
        Published on 2010-05-14T08:28:31Z
        Indexed on 
            2010/05/14
            8:34 UTC
        
        
        Read the original article
        Hit count: 1287
        
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..
© Stack Overflow or respective owner