<?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[[SOLVED] Wheel Scroller]]></title><description><![CDATA[<p dir="auto">I'm wondering whether there is a  "Wheel Scoller Example.":<a href="http://doc.qt.io/qt-5/qtwebkitexamples-webkitwidgets-scroller-wheel-example.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qtwebkitexamples-webkitwidgets-scroller-wheel-example.html</a> in qml.<br />
Does somebody have qny experiance with a pure qml implementation?<br />
Or is it necessary to implement a own qml widget for that?<br />
Regards,<br />
Thmas</p>
]]></description><link>https://forum.qt.io/topic/50631/solved-wheel-scroller</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 15:15:19 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/50631.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jan 2015 08:21:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Wheel Scroller on Wed, 28 Jan 2015 09:10:26 GMT]]></title><description><![CDATA[<p dir="auto">Yes, this is possible usign ListView. Check out these properties:<br />
@<br />
ListView {<br />
highlightRangeMode: ListView.StrictlyEnforceRange<br />
preferredHighlightBegin<br />
preferredHighlightEnd<br />
highlight<br />
}<br />
@</p>
<p dir="auto">Basically, you need to use StrictlyEnforceRange to keep your highlight in check. Then you need to make sure you position your highlight well using prefferedHighlightBegin and End properties.</p>
]]></description><link>https://forum.qt.io/post/259509</link><guid isPermaLink="true">https://forum.qt.io/post/259509</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Wed, 28 Jan 2015 09:10:26 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Wheel Scroller on Wed, 28 Jan 2015 09:01:14 GMT]]></title><description><![CDATA[<p dir="auto">It should be possible using a ListView therefore you can do it QML only.</p>
]]></description><link>https://forum.qt.io/post/259504</link><guid isPermaLink="true">https://forum.qt.io/post/259504</guid><dc:creator><![CDATA[onek24]]></dc:creator><pubDate>Wed, 28 Jan 2015 09:01:14 GMT</pubDate></item></channel></rss>