<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Listbox: Mousewheel scroll ugly</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Listbox: Mousewheel scroll ugly]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 16:43:59 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jun 2008 06:38:41 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=10675</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly : Ok. I&amp;#039;ll have to use single...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36857&amp;title=listbox-mousewheel-scroll-ugly#36857</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 17 June 2008 at 6:38am<br /><br />Ok. I'll have to use single column Report control then. Thanks anyway.]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 06:38:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36857&amp;title=listbox-mousewheel-scroll-ugly#36857</guid>
  </item> 
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly : Afraid its question for Microsoft...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36847&amp;title=listbox-mousewheel-scroll-ugly#36847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 17 June 2008 at 5:04am<br /><br /><DIV></DIV>Afraid its question for Microsoft why its LBS_OWNERDRAWVARIABLE listbox acts such :-(&nbsp;&nbsp; ]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 05:04:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36847&amp;title=listbox-mousewheel-scroll-ugly#36847</guid>
  </item> 
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly : Bump  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36769&amp;title=listbox-mousewheel-scroll-ugly#36769</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 15 June 2008 at 11:00pm<br /><br />Bump]]>
   </description>
   <pubDate>Sun, 15 Jun 2008 23:00:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36769&amp;title=listbox-mousewheel-scroll-ugly#36769</guid>
  </item> 
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly : Bump  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36667&amp;title=listbox-mousewheel-scroll-ugly#36667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 13 June 2008 at 7:55am<br /><br />Bump]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 07:55:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36667&amp;title=listbox-mousewheel-scroll-ugly#36667</guid>
  </item> 
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly :  Yes, suitecontrol.Found that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36438&amp;title=listbox-mousewheel-scroll-ugly#36438</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 09 June 2008 at 6:20am<br /><br />Yes, suitecontrol.<br><br>Found that only occurs when EnableMarkup=True.<br><br>Try populate listbox and use mousewheel to scrol items with markup=true.<br><br>I should add to reproduce:<br><br>1. Add Listbox control to form.<br>2. Set EnableMarkup=True<br>3. populate listbox:<br><font color="#006600">Private Sub Form_Load()<br>Dim i As Long<br><br>For i = 1 To 100<br>&nbsp;&nbsp;&nbsp; Listbox1.AddItem "Item " &amp; i<br>Next<br>End Sub<br><font color="#000000">4. Run and select an item.<br>5. Use mousewheel to scroll down.<br>6. Blink, rub eyes, try again:)</font><br></font><br>]]>
   </description>
   <pubDate>Mon, 09 Jun 2008 06:20:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36438&amp;title=listbox-mousewheel-scroll-ugly#36438</guid>
  </item> 
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly : Hi,  ListBox from SuiteControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36434&amp;title=listbox-mousewheel-scroll-ugly#36434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 09 June 2008 at 4:41am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>ListBox from SuiteControl ? It don't have highlight option...&nbsp; How to reproduce it?</DIV>]]>
   </description>
   <pubDate>Mon, 09 Jun 2008 04:41:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36434&amp;title=listbox-mousewheel-scroll-ugly#36434</guid>
  </item> 
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly : Bump.Can this be fixed for 12.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36411&amp;title=listbox-mousewheel-scroll-ugly#36411</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 08 June 2008 at 1:38am<br /><br />Bump.<br><br>Can this be fixed for 12.1 please?<br>]]>
   </description>
   <pubDate>Sun, 08 Jun 2008 01:38:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=36411&amp;title=listbox-mousewheel-scroll-ugly#36411</guid>
  </item> 
  <item>
   <title><![CDATA[Listbox: Mousewheel scroll ugly : When the selected item is visible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=35388&amp;title=listbox-mousewheel-scroll-ugly#35388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10675<br /><strong>Posted:</strong> 19 May 2008 at 12:23am<br /><br />When the selected item is visible and mousewheel is used to scroll down, the 'highlight' appears to flash down the list which is weirdly annoying.<br><br>Version 12.<br><br>]]>
   </description>
   <pubDate>Mon, 19 May 2008 00:23:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10675&amp;PID=35388&amp;title=listbox-mousewheel-scroll-ugly#35388</guid>
  </item> 
 </channel>
</rss>