<?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 : [BUG] Combobox Scrolling with EnableMarkup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : [BUG] Combobox Scrolling with EnableMarkup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:39:17 +0000</pubDate>
  <lastBuildDate>Mon, 17 Jun 2013 07:23:35 +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=17629</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[[BUG] Combobox Scrolling with EnableMarkup : Michael,Sorry to hear this has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=71108&amp;title=bug-combobox-scrolling-with-enablemarkup#71108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17629<br /><strong>Posted:</strong> 17 June 2013 at 7:23am<br /><br />Michael,<br><br>Sorry to hear this has not yet been resolved.<br><br>I am no longer using the Codejock ComboBox in my applications, simply because I needed multi-column support that worked with scrolling without the above issue. Our company have also changed from developing applications in Visual Basic 6 to C#.Net. Therefore I have been able to develop my own  multi-column ComboBox that still skins properly with the Codejock SkinFramework.<br><br>]]>
   </description>
   <pubDate>Mon, 17 Jun 2013 07:23:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=71108&amp;title=bug-combobox-scrolling-with-enablemarkup#71108</guid>
  </item> 
  <item>
   <title><![CDATA[[BUG] Combobox Scrolling with EnableMarkup : This bug still persists in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=71103&amp;title=bug-combobox-scrolling-with-enablemarkup#71103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5586">Michael S.</a><br /><strong>Subject:</strong> 17629<br /><strong>Posted:</strong> 14 June 2013 at 6:56am<br /><br /><p>This bug still persists in the ActiveX OCX 15.3.1. When scrolling the combobox with the mouse in Markup mode, then there is some additional "backwards" scrolling going on. Dragging the scrollbar slider doesn't exhibit this behavior.</p><p>Please fix this annoying scroll behavior.</p><p>Here is some VB6 code to produce such a combobox, that shows the above problem:</p><p>Private Sub CreateCombo()<br>&nbsp;   &nbsp; Dim s As String<br>&nbsp;   &nbsp; Dim k As Long<br>&nbsp;   &nbsp; Dim m As String<br><br>&nbsp;   &nbsp; With cb<br>        &nbsp;       &nbsp; &nbsp; .Clear<br>        &nbsp;       &nbsp; &nbsp; .EnableMarkup = True<br>        &nbsp;       &nbsp; &nbsp; .DropDownWidth = cb.Width<br>&nbsp;   &nbsp; End With<br><br>&nbsp;   &nbsp; For k = 1 To 100<br>        &nbsp;       &nbsp; &nbsp; cb.AddItem Format(k, "000") &amp; " - This is item " &amp; k<br>        &nbsp;       &nbsp; &nbsp; cb.ItemData(cb.NewIndex) = k<br><br>        &nbsp;       &nbsp; &nbsp; m = "&lt;Grid&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "    &lt;Grid.ColumnDefinitions&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "        &lt;ColumnDefinition Width='35'/&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "        &lt;ColumnDefinition /&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "    &lt;/Grid.ColumnDefinitions&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "    &lt;Grid.RowDefinitions&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "        &lt;RowDefinition/&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "    &lt;/Grid.RowDefinitions&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "    &lt;TextBlock TextAlignment='Left' FontFamily='Tahoma' FontSize='10' FontWeight='Bold'&gt;" &amp; &nbsp;       &nbsp; &nbsp; Format(k, "000") &amp; "&lt;/TextBlock&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "    &lt;TextBlock TextAlignment='Left' FontFamily='Tahoma' FontSize='10' Grid.Column='1'&gt;" &amp; "This is item " &amp; k &amp; "&lt;/TextBlock&gt;" &amp; _<br>                &nbsp;       &nbsp; &nbsp; "&lt;/Grid&gt;"<br><br>&nbsp;       &nbsp; &nbsp; cb.MarkupList(cb.NewIndex) = m<br>&nbsp;   &nbsp; Next<br>End Sub</p>]]>
   </description>
   <pubDate>Fri, 14 Jun 2013 06:56:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=71103&amp;title=bug-combobox-scrolling-with-enablemarkup#71103</guid>
  </item> 
  <item>
   <title><![CDATA[[BUG] Combobox Scrolling with EnableMarkup :  ***BUMP***I have changed this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=66748&amp;title=bug-combobox-scrolling-with-enablemarkup#66748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17629<br /><strong>Posted:</strong> 07 November 2011 at 10:59am<br /><br />***BUMP***<br><br>I have changed this status as it's a definite bug when working with "EnableMarkup = True", when this is not used with Markup the scrolling works fine.<br>]]>
   </description>
   <pubDate>Mon, 07 Nov 2011 10:59:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=66748&amp;title=bug-combobox-scrolling-with-enablemarkup#66748</guid>
  </item> 
  <item>
   <title><![CDATA[[BUG] Combobox Scrolling with EnableMarkup :      Hi,I have noticed that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=61654&amp;title=bug-combobox-scrolling-with-enablemarkup#61654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17629<br /><strong>Posted:</strong> 02 December 2010 at 4:01am<br /><br />Hi,<br><br>I have noticed that the Combobox when scrolled using the MouseWheel while the list is shown seems to jump rather than scroll smoothly. This only happens while using "EnableMarkup = True".<br><br>It's not easy to describe, though here goes... <br><br>Fill a combobox with lets say 100 entries. Drop down the list and hover over list. Now scroll, you will notice that no matter which way you scroll the mousewheel the list appears to always move down&nbsp; but then it has jumped 3 rows in the direction you were scrolling. It's very confusing to the user and to me! lol<br><br>Has anyone else come across this and know of a possible solution to resolve this?<br><br><b>Please Note:</b> This works differently from the Microsoft Combobox when scrolled, the MS Combobox seems to scroll smoothly as expected.<br>]]>
   </description>
   <pubDate>Thu, 02 Dec 2010 04:01:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17629&amp;PID=61654&amp;title=bug-combobox-scrolling-with-enablemarkup#61654</guid>
  </item> 
 </channel>
</rss>