Oh…. You need to show highlight item on the top of you grid view delegate? If so you need to change the one value of highlight delegate from this:
z: keyBoardGridList.currentItem.z - 1
to:
z: keyBoardGridList.currentItem.z + 1
But in this case content of you grid item behind highlight item could be hidden.
↧










