<?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 : CXTPPropertyGrid::GetGridView</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : CXTPPropertyGrid::GetGridView]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 03:36:22 +0000</pubDate>
  <lastBuildDate>Wed, 29 Jul 2020 09:39:54 +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=24030</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[CXTPPropertyGrid::GetGridView : And I add that it would be useful...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24030&amp;PID=77797&amp;title=cxtppropertygridgetgridview#77797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5158">lrenoux</a><br /><strong>Subject:</strong> 24030<br /><strong>Posted:</strong> 29 July 2020 at 9:39am<br /><br /><div>And I add that it would be useful to declare the class CXTPScrollablePropertyGridListBox in .h so that we can inherite from it</div><div><br></div><div>I forgot Codejock 19.2.0</div><div><br></div><div>Thx.</div><div><br></div><div>L.</div>]]>
   </description>
   <pubDate>Wed, 29 Jul 2020 09:39:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24030&amp;PID=77797&amp;title=cxtppropertygridgetgridview#77797</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGrid::GetGridView : Hi there,One bug in new scrollable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24030&amp;PID=77795&amp;title=cxtppropertygridgetgridview#77795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5158">lrenoux</a><br /><strong>Subject:</strong> 24030<br /><strong>Posted:</strong> 29 July 2020 at 9:27am<br /><br /><div><br></div><div>Hi there,</div><div><br></div><div>One bug in new scrollable view handling</div><div><div><br></div><div>CXTPPropertyGridView&amp; CXTPPropertyGrid::GetGridView() const</div><div>{</div><div><span style="white-space:pre">	</span>if (NULL == m_pView)</div><div><span style="white-space:pre">	</span>{</div><div><span style="white-space:pre">		</span>m_pView<span style="white-space:pre">			</span> = CreateView();</div><div><span style="white-space:pre">		</span>m_pView-&gt;m_pGrid = (CXTPPropertyGrid*)this;</div><div><span style="white-space:pre">	</span>}</div><div><br></div><div><span style="white-space:pre">	</span>CXTPScrollablePropertyGridListBox* pScrollableView =</div><div><span style="white-space:pre">		</span>DYNAMIC_DOWNCAST(CXTPScrollablePropertyGridListBox, m_pView);</div><div><span style="white-space:pre">	</span>if (NULL != m_pView) &lt;==== Should be NULL != pScrollableView&nbsp;</div><div><span style="white-space:pre">	</span>{</div><div><span style="white-space:pre">		</span>CXTPPropertyGridView* pEmbeddedView = DYNAMIC_DOWNCAST(CXTPPropertyGridView,</div><div><span style="white-space:pre">															</span>&nbsp; &nbsp;pScrollableView-&gt;GetControl());</div><div><span style="white-space:pre">		</span>if (NULL != pEmbeddedView)</div><div><span style="white-space:pre">		</span>{</div><div><span style="white-space:pre">			</span>return *pEmbeddedView;</div><div><span style="white-space:pre">		</span>}</div><div><span style="white-space:pre">	</span>}</div><div><br></div><div><span style="white-space:pre">	</span>return *m_pView;</div><div>}</div></div><div><br></div><div>L.</div>]]>
   </description>
   <pubDate>Wed, 29 Jul 2020 09:27:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24030&amp;PID=77795&amp;title=cxtppropertygridgetgridview#77795</guid>
  </item> 
 </channel>
</rss>