<?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[Enable ListView Interactive in ScrollView]]></title><description><![CDATA[<p dir="auto">i used interactive on listview and worked good but when i do this on listview that is in a scrollview this does not work. how to do enable interactive listview in scrollview?<br />
im grateful for any help (:</p>
]]></description><link>https://forum.qt.io/topic/131980/enable-listview-interactive-in-scrollview</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 09:48:48 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/131980.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Nov 2021 17:55:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Enable ListView Interactive in ScrollView on Mon, 15 Nov 2021 11:56:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
this is my code:</p>
<pre><code>                        ListView
                        {
                            id: leftFrameListView
                            
                            x: 10
                            spacing: 1
                            model: 10
                            interactive: true // Does not work
                            
                            delegate: Rectangle
                            {
                                id: listViewRect
                                x: 20
                                width: leftFrameListView.width - 40
                                height: 60
                                radius: 15
                                color: "white"
                             }
                        }
</code></pre>
]]></description><link>https://forum.qt.io/post/690074</link><guid isPermaLink="true">https://forum.qt.io/post/690074</guid><dc:creator><![CDATA[qAminzzz]]></dc:creator><pubDate>Mon, 15 Nov 2021 11:56:54 GMT</pubDate></item><item><title><![CDATA[Reply to Enable ListView Interactive in ScrollView on Sun, 14 Nov 2021 19:56:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You should provide a minimal example of the code that is giving you trouble.</p>
]]></description><link>https://forum.qt.io/post/689994</link><guid isPermaLink="true">https://forum.qt.io/post/689994</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 14 Nov 2021 19:56:23 GMT</pubDate></item></channel></rss>