How to disable highlighting on listbox but keep selection?

前端 未结 7 1169
盖世英雄少女心
盖世英雄少女心 2020-11-30 02:18

I am having trouble finding how to not allow my ListBox to highlight the item selected. I know that I didn\'t add a trigger to highlight the item.



        
7条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 02:50

    I'm talking about a trick I did in my WP8 app.

    I added a transparent frame image above it (the image's border was seen, think of it like a picture frame). The scroll was functional, any manipulation event was firing just that the Listbox items weren't selected anylonger.

    
            
            
    
            
            
            
        
    

    I guess this could work with a full transparent image set to Fill as well.

提交回复
热议问题