<?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 : Issue creating child nodes in .net</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Issue creating child nodes in .net]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:56:12 +0000</pubDate>
  <lastBuildDate>Tue, 15 Jul 2008 09:26:15 +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=11309</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[Issue creating child nodes in .net : If you want to add childs, you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11309&amp;PID=38387&amp;title=issue-creating-child-nodes-in-net#38387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11309<br /><strong>Posted:</strong> 15 July 2008 at 9:26am<br /><br />If you want to add childs, you must give the index-property for the relationship:<DIV>&nbsp;</DIV><DIV>oTreeView.Nodes.Add(oNode<strong><EM>.Index</EM></strong>, TreeViewRelationship.xtpTreeViewChild, , "__DummyNode__")<BR><BR></DIV>]]>
   </description>
   <pubDate>Tue, 15 Jul 2008 09:26:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11309&amp;PID=38387&amp;title=issue-creating-child-nodes-in-net#38387</guid>
  </item> 
  <item>
   <title><![CDATA[Issue creating child nodes in .net : I am using the xtremesuite pro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11309&amp;PID=37836&amp;title=issue-creating-child-nodes-in-net#37836</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4306">apoc68</a><br /><strong>Subject:</strong> 11309<br /><strong>Posted:</strong> 04 July 2008 at 2:08pm<br /><br />I am using the xtremesuite pro ver 12 and am having difficulty using the treeview control in a .net winform.&nbsp; I don't see any treeview samples for vb.net anywhere in the samples directory.<br><br>The problem I am having is creating children nodes in the treeview.&nbsp; I have tried many different methods and I can only get the nodes to appear in the root level as opposed to the child level. <br><br>I have tried this<br>Dim o As New XtremeSuiteControls.TreeViewRelationship<br>o = TreeViewRelationship.xtpTreeViewChild<br>oTreeView.Nodes.Add(oNode, o, , "__DummyNode__")<br><br>I have tried<br>oTreeView.Nodes.Add(oNode, TreeViewRelationship.xtpTreeViewChild, , "__DummyNode__")<br><br>and also many other ways.&nbsp; If someone could help me out possibly with a vb.net sample code app that uses a treeview it would be greatly appreciated.<br><br><br>]]>
   </description>
   <pubDate>Fri, 04 Jul 2008 14:08:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11309&amp;PID=37836&amp;title=issue-creating-child-nodes-in-net#37836</guid>
  </item> 
 </channel>
</rss>