<?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 : Reordering Tree records via mouse dragging</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Reordering Tree records via mouse dragging]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 17:15:23 +0000</pubDate>
  <lastBuildDate>Fri, 30 Sep 2011 16:23:30 +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=19002</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[Reordering Tree records via mouse dragging : Hi;I asked nearly the same question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66475&amp;title=reordering-tree-records-via-mouse-dragging#66475</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19002<br /><strong>Posted:</strong> 30 September 2011 at 4:23pm<br /><br />Hi;<br><br>I asked nearly the same question in may 2011 (see my post at&nbsp; <a href="http://forum.codejock.com/forum_posts.asp?TID=18336" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=18336</a>) and I also opened a support ticket (#26604), but I never got a solution.<br>I'm still waiting for an implementation by CJ team (last activity from CJ concerning this issue: May, 15 2011)!<br>]]>
   </description>
   <pubDate>Fri, 30 Sep 2011 16:23:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66475&amp;title=reordering-tree-records-via-mouse-dragging#66475</guid>
  </item> 
  <item>
   <title><![CDATA[Reordering Tree records via mouse dragging : That was my next course of action.Thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66474&amp;title=reordering-tree-records-via-mouse-dragging#66474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7086">Orf</a><br /><strong>Subject:</strong> 19002<br /><strong>Posted:</strong> 30 September 2011 at 2:06pm<br /><br />That was my next course of action.<br><br>Thanks Andre, will do!<br><br>]]>
   </description>
   <pubDate>Fri, 30 Sep 2011 14:06:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66474&amp;title=reordering-tree-records-via-mouse-dragging#66474</guid>
  </item> 
  <item>
   <title><![CDATA[Reordering Tree records via mouse dragging : Hi,please open a support ticke...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66473&amp;title=reordering-tree-records-via-mouse-dragging#66473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 19002<br /><strong>Posted:</strong> 30 September 2011 at 10:41am<br /><br />Hi,<br><br>please open a support ticket:<br><br><a href="http://forum.codejock.com/forum_posts.asp?TID=14125&amp;FID=124&amp;PR=3&amp;title=notice-codejock-support-policy" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=14125&amp;FID=124&amp;PR=3&amp;title=notice-codejock-support-policy</a><br><br>Andre<br><br><br><br>]]>
   </description>
   <pubDate>Fri, 30 Sep 2011 10:41:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66473&amp;title=reordering-tree-records-via-mouse-dragging#66473</guid>
  </item> 
  <item>
   <title><![CDATA[Reordering Tree records via mouse dragging : I have a tree setup in C# that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66468&amp;title=reordering-tree-records-via-mouse-dragging#66468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7086">Orf</a><br /><strong>Subject:</strong> 19002<br /><strong>Posted:</strong> 29 September 2011 at 5:50pm<br /><br />I have a tree setup in C# that displays the files system, similar to the Details view in Windows Explorer.<br><br>I want to be able to select a file that already exists in the tree, and drag it on top of a folder.&nbsp; When hovering over a closed folder, I'd like that folder to automatically open.&nbsp; When hovering over other files, I'd like the red &gt;---&lt; insert indicator to appear, just like it does for the OLE Drag/Drop.&nbsp; When I release the mouse, I'd like the file to be moved from its old position in the tree to the position marked by the indicator.<br><br>How do I do this?&nbsp; I've been experimenting with the DragDrop functionality but it appears to only be potentially possible when dragging a node from tree1 into treeN where N is not 1.<br><br>I'm doing the following:<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_TreeControl.EnableDragDrop("TC:InternalDrag", XTPReportDragDrop.xtpReportAllowDrag | XTPReportDragDrop.xtpReportAllowDrop);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_TreeControl.BeginDrag += new AxXtremeReportControl._DReportControlEvents_BeginDragEventHandler(m_TreeControl_BeginDrag);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_TreeControl.DropRecords += new AxXtremeReportControl._DReportControlEvents_DropRecordsEventHandler(m_TreeControl_DropRecords);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_TreeControl.RecordsDropped += new AxXtremeReportControl._DReportControlEvents_RecordsDroppedEventHandler(m_TreeControl_RecordsDropped);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_TreeControl.AllowDrop = true;<br></pre></td></tr></table><br><br>Callbacks:<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; void m_TreeControl_RecordsDropped(object sender, AxXtremeReportControl._DReportControlEvents_RecordsDroppedEvent e)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Debug.WriteLine("Records dropped");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; void m_TreeControl_DropRecords(object sender, AxXtremeReportControl._DReportControlEvents_DropRecordsEvent e)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Debug.WriteLine("Drop Records");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; void m_TreeControl_BeginDrag(object sender, AxXtremeReportControl._DReportControlEvents_BeginDragEvent e)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Debug.WriteLine("Begin drag");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br></pre></td></tr></table><br><br>When I start dragging a node, my "Begin drag" message is printed correctly to the output window, but the mouse cursor shows that the source tree isn't a valid drop target.&nbsp; Is there anyway to do what I want?<br>]]>
   </description>
   <pubDate>Thu, 29 Sep 2011 17:50:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19002&amp;PID=66468&amp;title=reordering-tree-records-via-mouse-dragging#66468</guid>
  </item> 
 </channel>
</rss>