<?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[How to scrolldown&#x2F;scrollup the  listview automatically whenever an item is added at the end &#x2F;removed from listview?]]></title><description><![CDATA[<p dir="auto">Hi All,<br />
How i can scroll down listview to the end  to show last item (which present  at below )whenever a new item is added.similarly whenever an item removed at the end how to scroll up.</p>
]]></description><link>https://forum.qt.io/topic/100146/how-to-scrolldown-scrollup-the-listview-automatically-whenever-an-item-is-added-at-the-end-removed-from-listview</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 05:37:22 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/100146.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Feb 2019 14:56:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to scrolldown&#x2F;scrollup the  listview automatically whenever an item is added at the end &#x2F;removed from listview? on Wed, 27 Feb 2019 06:48:46 GMT]]></title><description><![CDATA[<p dir="auto">thanks all for reply , i solved this with "positionViewAtIndex".</p>
]]></description><link>https://forum.qt.io/post/514231</link><guid isPermaLink="true">https://forum.qt.io/post/514231</guid><dc:creator><![CDATA[divaindie]]></dc:creator><pubDate>Wed, 27 Feb 2019 06:48:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to scrolldown&#x2F;scrollup the  listview automatically whenever an item is added at the end &#x2F;removed from listview? on Wed, 27 Feb 2019 05:40:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/divaindie">@<bdi>divaindie</bdi></a> ,<br />
Whenever the new item is removed, you just set the contentY of listview to zero.<br />
listview.contentY =0; //scroll up<br />
listview.contentY =listview.height; //scroll down whenever item is added (just assign some positive value and see the reflection)</p>
<p dir="auto">And also you can use following methods<br />
positionViewAtBeginning()<br />
positionViewAtEnd()</p>
<p dir="auto">this code may help you to solve your problem.</p>
]]></description><link>https://forum.qt.io/post/514211</link><guid isPermaLink="true">https://forum.qt.io/post/514211</guid><dc:creator><![CDATA[sharath]]></dc:creator><pubDate>Wed, 27 Feb 2019 05:40:58 GMT</pubDate></item><item><title><![CDATA[Reply to How to scrolldown&#x2F;scrollup the  listview automatically whenever an item is added at the end &#x2F;removed from listview? on Tue, 26 Feb 2019 15:31:01 GMT]]></title><description><![CDATA[<p dir="auto">i think this function   positionViewAtIndex(int index, PositionMode mode)  what iam searching for !!</p>
]]></description><link>https://forum.qt.io/post/514122</link><guid isPermaLink="true">https://forum.qt.io/post/514122</guid><dc:creator><![CDATA[divaindie]]></dc:creator><pubDate>Tue, 26 Feb 2019 15:31:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to scrolldown&#x2F;scrollup the  listview automatically whenever an item is added at the end &#x2F;removed from listview? on Tue, 26 Feb 2019 15:15:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/divaindie">@<bdi>divaindie</bdi></a> hi<br />
see this <a href="https://doc.qt.io/qt-5/qml-qtquick-listview.html#methods" target="_blank" rel="noopener noreferrer nofollow ugc">methods</a></p>
<pre><code>positionViewAtBeginning()
positionViewAtEnd()
positionViewAtIndex(int index, PositionMode mode)
</code></pre>
]]></description><link>https://forum.qt.io/post/514119</link><guid isPermaLink="true">https://forum.qt.io/post/514119</guid><dc:creator><![CDATA[ODБOï]]></dc:creator><pubDate>Tue, 26 Feb 2019 15:15:54 GMT</pubDate></item></channel></rss>