<?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 : Pane and CXTListCtrl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Pane and CXTListCtrl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 08:13:29 +0000</pubDate>
  <lastBuildDate>Thu, 28 Apr 2005 16:19:00 +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=2135</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[Pane and CXTListCtrl : I found that if you initialize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2135&amp;PID=6415&amp;title=pane-and-cxtlistctrl#6415</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7">jwhagen</a><br /><strong>Subject:</strong> 2135<br /><strong>Posted:</strong> 28 April 2005 at 4:19pm<br /><br /><P>I found that if you initialize the list control with data, the scroll bar appears and works as you would expect. Put the following code at the end of your InitListControl() function. </P><P><table width="99%"><tr><td><pre class="BBcode">//&nbsp;Makes the vertical scroll bar display with the arrows.<BR>&nbsp;int&nbsp;&nbsp;&nbsp; iItem;<BR>&nbsp;CString&nbsp;&nbsp;&nbsp; strItem;<BR>&nbsp;for (iItem = 0; iItem &lt; 25; ++iItem) {<BR>&nbsp;&nbsp;strItem.Format(_T(""));<BR>&nbsp;&nbsp;m_pListCtrl.InsertItem(iItem, strItem, 0);<BR>&nbsp;}<BR></pre></td></tr></table></P><P>You may need to change the 25 to a higher value. Represents the number of rows to initialize. If this doesn't work, change 25 to 200 and test it again.</P><P>John</P><span style="font-size:10px"><br /><br />Edited by jwhagen</span>]]>
   </description>
   <pubDate>Thu, 28 Apr 2005 16:19:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2135&amp;PID=6415&amp;title=pane-and-cxtlistctrl#6415</guid>
  </item> 
  <item>
   <title><![CDATA[Pane and CXTListCtrl : I have the same problem with my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2135&amp;PID=6342&amp;title=pane-and-cxtlistctrl#6342</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7">jwhagen</a><br /><strong>Subject:</strong> 2135<br /><strong>Posted:</strong> 22 April 2005 at 6:41am<br /><br />I have the same problem with my application. I have found that if I click where the top and bottom arrows aof the scrollbar are supposed to be located, they show up and then stay in view. It's weird... However, I do not have a solution either.]]>
   </description>
   <pubDate>Fri, 22 Apr 2005 06:41:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2135&amp;PID=6342&amp;title=pane-and-cxtlistctrl#6342</guid>
  </item> 
  <item>
   <title><![CDATA[Pane and CXTListCtrl : Hi, I&amp;#039;m using your PaneOptions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2135&amp;PID=6313&amp;title=pane-and-cxtlistctrl#6313</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1129">Atlantis</a><br /><strong>Subject:</strong> 2135<br /><strong>Posted:</strong> 21 April 2005 at 2:47am<br /><br /><P>Hi, I'm using your PaneOptions Demo as a skeleton for a new application. I use a</P><P>XPT<SPAN ="highlight">ListCtrl</SPAN> , and have the problem that I'am not</P><P>able to use the vertical scroller. Its always grayed out, if the content of the Ctrl is</P><P>larger as the viewable space. </P><P>And i'am add checkboxes to this list. And if&nbsp; i add imagelist with large icon or bitmaps the checkboxes align to the bottom. How it's align to the middle or center.</P><P>Thank you for your help</P><span style="font-size:10px"><br /><br />Edited by Atlantis</span>]]>
   </description>
   <pubDate>Thu, 21 Apr 2005 02:47:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2135&amp;PID=6313&amp;title=pane-and-cxtlistctrl#6313</guid>
  </item> 
 </channel>
</rss>