<?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 : Childs remove item</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Childs remove item]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 10:54:12 +0000</pubDate>
  <lastBuildDate>Wed, 02 Mar 2005 16:43:28 +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=1885</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[Childs remove item : Thanks for the reply Oleg,  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1885&amp;PID=5505&amp;title=childs-remove-item#5505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 1885<br /><strong>Posted:</strong> 02 March 2005 at 4:43pm<br /><br /><P>Thanks for the reply Oleg,</P><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /></P><P>we will add PropertyGridItem.Remove() method in 9.60.1</P><P></td></tr></table> </P><P>While this would be useful in some situations, in my case it wouldn't actually be as useful.&nbsp; I am removing an item and replacing it with the same item as a way to change the 'type' field.&nbsp; Since type is read-only this is the only way I can think of to do it.&nbsp; So just removing isn't enough,&nbsp;I need to know the index and collection so I can replace it.&nbsp; (Ideally the type field wouldn't be read-only)</P><P>If multiple objects are selected and their properties are not the same for a field I display a text value "Varies" with a "..." button that will let them edit it.&nbsp; When they hit "..." I remove the field and replace it with the apropraite int/double/bool/enum type.</P><P>Even if it doesn't fix my current situation, thank you for adding the PropertyGridItem.Remove() method in 9.60.1, I am sure it will come in useful in the future.</P>]]>
   </description>
   <pubDate>Wed, 02 Mar 2005 16:43:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1885&amp;PID=5505&amp;title=childs-remove-item#5505</guid>
  </item> 
  <item>
   <title><![CDATA[Childs remove item : You can use PropertyGrid.Categories...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1885&amp;PID=5484&amp;title=childs-remove-item#5484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1885<br /><strong>Posted:</strong> 01 March 2005 at 11:53pm<br /><br /><P>You can use PropertyGrid.Categories collection&nbsp;as parent for top level category.</P><P>&nbsp;</P><P>we will add PropertyGridItem.Remove() method in 9.60.1</P>]]>
   </description>
   <pubDate>Tue, 01 Mar 2005 23:53:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1885&amp;PID=5484&amp;title=childs-remove-item#5484</guid>
  </item> 
  <item>
   <title><![CDATA[Childs remove item : Maybe I&amp;#039;m missing something,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1885&amp;PID=5477&amp;title=childs-remove-item#5477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 1885<br /><strong>Posted:</strong> 01 March 2005 at 1:33pm<br /><br /><P>Maybe I'm missing something, but if I have a <A href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20Suite%20Pro%20ActiveX%20v9.60\help\XtremeSuite.chm::/XtremePropertyGrid~PropertyGridItem.html" target="_blank"><strong><FONT color=#800080>PropertyGridItem</FONT></strong></A>&nbsp;object that I want to remove from a property grid I can get it's Parent and then the Remove call on the Parents Childs collection.&nbsp;&nbsp; However, the remove method takes the index into the Childs collection, not the actual child object to remove.&nbsp; Is there an easy way to get this index?&nbsp; The only way I can see to do it is to loop through the entire Childs collection until the object is found.</P><P>Where I am baffled is how do I remove a top level catagory?&nbsp;&nbsp; The <A href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20Suite%20Pro%20ActiveX%20v9.60\help\XtremeSuite.chm::/XtremePropertyGrid~PropertyGridItem.html" target="_blank"><strong><FONT color=#800080>PropertyGridItem</FONT></strong></A>&nbsp;will have a NULL parent so there is no Childs collection for me to remove from.&nbsp; <IMG src="http://forum.codejock.com/smileys/smiley24.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 01 Mar 2005 13:33:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1885&amp;PID=5477&amp;title=childs-remove-item#5477</guid>
  </item> 
 </channel>
</rss>