how to add images for pivot item header

前端 未结 3 1709
渐次进展
渐次进展 2020-12-21 09:36

Am developing a simple app for learning pivot control in wp7.

can we add images for pivot item instead of text in header(red mark area in bellow image )

3条回答
  •  孤城傲影
    2020-12-21 10:11

    Yes it is. Simply use HeaderTemplate

    
        
            
                
            
        
    
    

    May I also add that while this is generally possible, it is not recommended for the general use. Unless you need pivot functionality for something completely different. It is somewhat non intuitive.

提交回复
热议问题