: ListView.Horizontal boundsBehavior: Flickable.StopAtBounds snapMode: ListView.SnapToItem } background: Rectangle { implicitHeight: 32 x: 1; y: 1 width: parent.width - 2 height: parent.height - 2 color: control.palette.window radius: 2 } }