<?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 : Property Grid as Dockable Pane?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Property Grid as Dockable Pane?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 13:12:07 +0000</pubDate>
  <lastBuildDate>Tue, 14 Nov 2006 09:24:32 +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=5511</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[Property Grid as Dockable Pane? : The GUI_Whidbey led me to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5511&amp;PID=17294&amp;title=property-grid-as-dockable-pane#17294</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1788">eric_hill</a><br /><strong>Subject:</strong> 5511<br /><strong>Posted:</strong> 14 November 2006 at 9:24am<br /><br />The GUI_Whidbey led me to the correct answer.&nbsp; After a grid.Create(...) call, you have to do grid.SetOwner(...), otherwise the grid will never paint.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 09:24:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5511&amp;PID=17294&amp;title=property-grid-as-dockable-pane#17294</guid>
  </item> 
  <item>
   <title><![CDATA[Property Grid as Dockable Pane? : You don&amp;#039;t need CXTPOfficeBorder...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5511&amp;PID=17284&amp;title=property-grid-as-dockable-pane#17284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5511<br /><strong>Posted:</strong> 14 November 2006 at 12:37am<br /><br />You don't need <FONT face="Courier New">CXTPOfficeBorder class. Just CXTPPropertyGrid m_wndProperties.<DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>See GUI_Whidbey sample it has Property Grid as pane.</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 00:37:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5511&amp;PID=17284&amp;title=property-grid-as-dockable-pane#17284</guid>
  </item> 
  <item>
   <title><![CDATA[Property Grid as Dockable Pane? : What is the right way to create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5511&amp;PID=17282&amp;title=property-grid-as-dockable-pane#17282</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1788">eric_hill</a><br /><strong>Subject:</strong> 5511<br /><strong>Posted:</strong> 13 November 2006 at 4:43pm<br /><br />What is the right way to create a property grid as a dockable pane?&nbsp; I tried modifying the MFC ToolkitPro template such that the declaration of the pane was:<br><font face="Courier New, Courier, mono"><br>CXTPOfficeBorder&lt;CXTPPropertyGrid&gt; m_wndProperties;</font><br><br>The window did indeed show up as a property grid (I could see the help section below), but no matter what I do in the OnCreate routine, I can't get any items added to the grid.&nbsp; Here's what I'm trying to do:<br><br><font face="Courier New, Courier, mono">int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) {<br>&nbsp;&nbsp;&nbsp; // ...<br></font><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; CXTPPropertyGridItem* pCategory = m_wndProperties.AddCategory(_T("Example Category"));<br>&nbsp;&nbsp;&nbsp; CXTPPropertyGridItem* pItem = pCategory-&gt;AddChildItem(new CXTPPropertyGridItemNumber("Example Number"));<br>&nbsp; // ...<br>}<br><br></font><br>This code compiles and runs just fine, but the property grid stays blank instead of showing the added item.<br><br>Any hints?<br>]]>
   </description>
   <pubDate>Mon, 13 Nov 2006 16:43:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5511&amp;PID=17282&amp;title=property-grid-as-dockable-pane#17282</guid>
  </item> 
 </channel>
</rss>