Laying Out Windows Phone 7 ListBoxes
            
        
     
    
        
            
            0 comments
             /  
                    posted by 
                    Silverlight Show
                     on 
            Sep 03, 2011 (6 months ago)
        
     
    
    
        
            Tags:  
                    windows-phone-7
                , 
                    listbox
                , 
                    tim-murphy
        
		 
    
        Read original post at Tim Murphy's .NET Software Architecture Blog A listbox can be a very boring display surface, but it doesn’t have to be. Ok, so it may never be exciting. At least we can create a more flexible output. The first element you need to learn about his the ItemTemplate which is in turn composed of a DataTemplate. As this combo implies it is bound to each item/data row. We will start ...