<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Horizontal Flick in ListView]]></title><description><![CDATA[<p dir="auto">Can we use horizontal flick in ListView ?</p>
<pre><code> ListView {
                            id: editItemList
                            width: 200
                            height: 300

                            spacing: 20
                            //flickableDirection:  Flickable.VerticalFlick
                            flickableDirection:  Flickable.HorizontalFlick
                            boundsBehavior: Flickable.StopAtBounds
                            clip: true
}
</code></pre>
<p dir="auto">Vertical Flip works file and can be used by scrolling center mouse button.  But there is no effect of Horizontal flick.<br />
Am i using it wrong ?<br />
Please guide.</p>
]]></description><link>https://forum.qt.io/topic/68140/horizontal-flick-in-listview</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 09:45:47 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/68140.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Jun 2016 11:34:14 GMT</pubDate><ttl>60</ttl></channel></rss>