<?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 : Insert a grid item</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Insert a grid item]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 07:14:35 +0000</pubDate>
  <lastBuildDate>Wed, 24 Nov 2004 01:17:31 +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=1383</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[Insert a grid item : Thanks. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=4127&amp;title=insert-a-grid-item#4127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=714">Uzi Yachin</a><br /><strong>Subject:</strong> 1383<br /><strong>Posted:</strong> 24 November 2004 at 1:17am<br /><br />Thanks.]]>
   </description>
   <pubDate>Wed, 24 Nov 2004 01:17:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=4127&amp;title=insert-a-grid-item#4127</guid>
  </item> 
  <item>
   <title><![CDATA[Insert a grid item : We added new InsertChildItem and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=4065&amp;title=insert-a-grid-item#4065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1383<br /><strong>Posted:</strong> 19 November 2004 at 12:52am<br /><br /><P>We added new InsertChildItem and InsertCategory methods.</P><P>You can add them manually in source:</P><P>for 9.50/9.51:</P><P>CXTPPropertyGridItem* CXTPPropertyGridItem::InsertChildItem(int nIndex, CXTPPropertyGridItem* pItem)<BR>{<BR>&nbsp;m_pChilds-&gt;InsertAt(nIndex, pItem);<BR>&nbsp;pItem-&gt;m_pGrid = pItem-&gt;m_pChilds-&gt;m_pGrid = m_pGrid;</P><P>&nbsp;ASSERT(pItem-&gt;m_pParent == NULL);<BR>&nbsp;pItem-&gt;m_pParent = this;<BR>&nbsp;pItem-&gt;m_nIndent = m_nIndent + 1;&nbsp;</P><P>&nbsp;pItem-&gt;OnAddChildItem();</P><P>&nbsp;if (m_bVisible) <BR>&nbsp;{<BR>&nbsp;&nbsp;if (m_bExpanded) m_pGrid-&gt;SetPropertySort(m_pGrid-&gt;m_properetySort, TRUE);<BR>&nbsp;&nbsp;else if (m_pGrid-&gt;GetSafeHwnd() &amp;&amp; m_pChilds-&gt;GetCount() == 1) m_pGrid-&gt;Invalidate(FALSE);<BR>&nbsp;}</P><P>&nbsp;return pItem;<BR>}</P><P>void CXTPPropertyGridItems::InsertAt(int nIndex, CXTPPropertyGridItem* pItem) {<BR>&nbsp;m_arrItems.InsertAt(nIndex, pItem);<BR>}<BR></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 19 Nov 2004 00:52:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=4065&amp;title=insert-a-grid-item#4065</guid>
  </item> 
  <item>
   <title><![CDATA[Insert a grid item : I have the same problem -&amp;gt;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=4043&amp;title=insert-a-grid-item#4043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 1383<br /><strong>Posted:</strong> 18 November 2004 at 2:52am<br /><br /><P>I have the same problem -&gt; Any solution for that&nbsp; ??</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 18 Nov 2004 02:52:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=4043&amp;title=insert-a-grid-item#4043</guid>
  </item> 
  <item>
   <title><![CDATA[Insert a grid item : I have to insert a grid item between...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=3892&amp;title=insert-a-grid-item#3892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=714">Uzi Yachin</a><br /><strong>Subject:</strong> 1383<br /><strong>Posted:</strong> 08 November 2004 at 6:01am<br /><br />I have to insert a grid item between existing items rather than to add it as a last child. Is there a way to do it? If not, are you going to add this feature in the next versions?]]>
   </description>
   <pubDate>Mon, 08 Nov 2004 06:01:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1383&amp;PID=3892&amp;title=insert-a-grid-item#3892</guid>
  </item> 
 </channel>
</rss>