<?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 : New Scroll Functi&#111;ns for CXTListCtrl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : New Scroll Functi&#111;ns for CXTListCtrl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 17:48:33 +0000</pubDate>
  <lastBuildDate>Sun, 02 Nov 2003 12:51:56 +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=129</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[New Scroll Functi&#111;ns for CXTListCtrl : Hi John, You should be able to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=129&amp;PID=433&amp;title=new-scroll-functions-for-cxtlistctrl#433</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 129<br /><strong>Posted:</strong> 02 November 2003 at 12:51pm<br /><br /><P>Hi John,</P><P>You should be able to just derive a class from CXTListCtrl and handle your OnScroll events there.&nbsp; I have attached a sample class to show how to do this.</P><P>Cheers,<BR>Codejock Support</P><P>Download: <A href="http://forum.codejock.com/uploads/Administrator/ZB1_TestListCtrl.zip" target="_blank"><strong>ZB1_TestListCtrl.zip</strong></A></P>]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 12:51:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=129&amp;PID=433&amp;title=new-scroll-functions-for-cxtlistctrl#433</guid>
  </item> 
  <item>
   <title><![CDATA[New Scroll Functi&#111;ns for CXTListCtrl : I&amp;#039;m still working with my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=129&amp;PID=263&amp;title=new-scroll-functions-for-cxtlistctrl#263</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7">jwhagen</a><br /><strong>Subject:</strong> 129<br /><strong>Posted:</strong> 12 August 2003 at 8:03am<br /><br /><P>I'm still working with my new program and the CListCtrl class. I have found a need to be able to scroll and position the List, hence the suggested additions below:</P><P><FONT color=green>//</FONT></P><P><FONT color=green>// Place in XTListCtrl.h</FONT></P><P><FONT color=green>//</FONT></P><P><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#880000>OnVScroll</FONT>(<FONT color=#0000ff>UINT</FONT> nSBCode, <FONT color=#0000ff>UINT</FONT> <FONT color=#808080>nPos</FONT>, <FONT color=#0000ff>CScrollBar</FONT>* pScrollBar);</P><P><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#880000>OnHScroll</FONT>(<FONT color=#0000ff>UINT</FONT> nSBCode, <FONT color=#0000ff>UINT</FONT> <FONT color=#808080>nPos</FONT>, <FONT color=#0000ff>CScrollBar</FONT>* pScrollBar);</P><P><FONT color=green>//</FONT></P><P><FONT color=green>//Place in XTListCtrl.cpp</FONT></P><P><FONT color=green>//</FONT></P><FONT color=#0000ff><P>void</FONT> <FONT color=#0000ff>CXTListCtrlBase</FONT>::<FONT color=#880000>OnVScroll</FONT>(<FONT color=#0000ff>UINT</FONT> nSBCode, <FONT color=#0000ff>UINT</FONT> <FONT color=#808080>nPos</FONT>, <FONT color=#0000ff>CScrollBar</FONT>* pScrollBar) </P><P>{</P><P><FONT color=#808080>m_pListCtrl</FONT>-&gt;<FONT color=#880000>OnVScroll</FONT>(nSBCode, <FONT color=#808080>nPos</FONT>, pScrollBar);</P><P>}</P><FONT color=#0000ff><P>void</FONT> <FONT color=#0000ff>CXTListCtrlBase</FONT>::<FONT color=#880000>OnHScroll</FONT>(<FONT color=#0000ff>UINT</FONT> nSBCode, <FONT color=#0000ff>UINT</FONT> <FONT color=#808080>nPos</FONT>, <FONT color=#0000ff>CScrollBar</FONT>* pScrollBar) </P><P>{</P><P><FONT color=#808080>m_pListCtrl</FONT>-&gt;<FONT color=#880000>OnHScroll</FONT>(nSBCode, <FONT color=#808080>nPos</FONT>, pScrollBar);</P><P>}</P><P>Thanks!</P><P>John Hagen</P>]]>
   </description>
   <pubDate>Tue, 12 Aug 2003 08:03:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=129&amp;PID=263&amp;title=new-scroll-functions-for-cxtlistctrl#263</guid>
  </item> 
 </channel>
</rss>