ListView で最初のアイテムと最後のアイテム間を上下キーで移動する

import QtQuick 2.0 ListView { width: 360; height: 360 model: 10 delegate: Item { width: ListView.view.width height: 80 Text { anchors.center...