import QtQuick Rectangle { id: rectangle width: 640 height: 480 color: "black" ListView { height: 100 delegate: Item {} clip: true width: 100 } }