c# - Disabling tilt effect for some items in ListView on Windows Phone -
i have windows phone 8.1 app showing list of items in listview
. set isitemclickenabled
true
.
there 2 types of items in listview
, "active" , "disabled" ones. both type render differently, use itemtemplateselector
choose right template.
i want "active" items clickable standard tilt effect (pressed animation) , "disabled" items not generate tilt effect (i not care click being fired, can handle that).
i found out can disable tilt effect on listview
whole editing itemcontainerstyle
template. how can disable items in listview
?
you can disable tilt in itemcontainerstyle, , enable tilt individual item template... e.g. custom control tilt effect.
Comments
Post a Comment