<?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 : OLEDropMode in Treeview hasn&#039; an effect</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : OLEDropMode in Treeview hasn&#039; an effect]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 04:14:11 +0000</pubDate>
  <lastBuildDate>Wed, 14 Jul 2010 10:12:43 +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=16903</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[OLEDropMode in Treeview hasn&#039; an effect : Hello   Problem is solved.  Message...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16903&amp;PID=59328&amp;title=oledropmode-in-treeview-hasn-an-effect#59328</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6198">FrankM</a><br /><strong>Subject:</strong> 16903<br /><strong>Posted:</strong> 14 July 2010 at 10:12am<br /><br />Hello <DIV>&nbsp;</DIV><DIV>Problem is solved.</DIV><DIV>&nbsp;</DIV><DIV>Message from Oleg</DIV><DIV>&nbsp;</DIV><DIV>&gt;&gt;Hello,<BR><BR>&gt;&gt;Thanks, agree that problem. TreeView doesn't recrete self after OLEDropMode propety was changed - it was designed to be used only in designtime.<BR><BR>&gt;&gt;As workaround you can update some propety that will recreate tree like HideSelection:<BR><BR>&gt;&gt;Public Property Let OLEDropMode(ByVal newOLEDropMode As XtremeSuiteControls.OLEDropConstants)<BR>&gt;&gt;&nbsp;TreeView1.OLEDropMode = newOLEDropMode<BR>&gt;&gt;&nbsp;TreeView1.HideSelection = TreeView1.HideSelection<BR>&gt;&gt;&nbsp;PropertyChanged "OLEDropMode"<BR>&gt;&gt;End Property&nbsp;&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>bye</DIV>]]>
   </description>
   <pubDate>Wed, 14 Jul 2010 10:12:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16903&amp;PID=59328&amp;title=oledropmode-in-treeview-hasn-an-effect#59328</guid>
  </item> 
  <item>
   <title><![CDATA[OLEDropMode in Treeview hasn&#039; an effect : Hi there  I have a little Problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16903&amp;PID=59186&amp;title=oledropmode-in-treeview-hasn-an-effect#59186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6198">FrankM</a><br /><strong>Subject:</strong> 16903<br /><strong>Posted:</strong> 02 July 2010 at 8:03am<br /><br /><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>Hi there<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><O:P><FONT size=2 face=Calibri>&nbsp;</FONT></O:P></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>I have a little Problem. I create an Usercontrol with a Xtreme Suite treeview. I have some Properties also a Property like: <O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><O:P><FONT size=2 face=Calibri>&nbsp;</FONT></O:P></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>Public Property Get OLEDropMode() As XtremeSuiteControls.OLEDropConstants<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>OLEDropMode = TreeView1.OLEDropMode<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>End Property<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><O:P><FONT size=2 face=Calibri>&nbsp;</FONT></O:P></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>Public Property Let OLEDropMode(ByVal newOLEDropMode As XtremeSuiteControls.OLEDropConstants)<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>TreeView1.OLEDropMode = newOLEDropMode<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>PropertyChanged "OLEDropMode"<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>End Property<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><O:P><FONT size=2 face=Calibri>&nbsp;</FONT></O:P></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>Private Sub UserControl_ReadProperties(PropBag As PropertyBag)<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>TreeView1.OLEDropMode = PropBag.ReadProperty("OLEDropMode", XtremeSuiteControls.OLEDropConstants.xtpOLEDropNone)<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><O:P><FONT size=2 face=Calibri>&nbsp;</FONT></O:P></SPAN><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>End Sub<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><O:P><FONT size=2 face=Calibri>&nbsp;</FONT></O:P></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>Private Sub UserControl_WriteProperties(PropBag As PropertyBag)<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>Call PropBag.WriteProperty("OLEDropMode", TreeView1.OLEDropMode, XtremeSuiteControls.OLEDropConstants.xtpOLEDropNone)<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>End Sub<O:P></O:P></FONT></FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><O:P><FONT size=2 face=Calibri>&nbsp;</FONT></O:P></SPAN></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><SPAN style="mso-ansi-: EN-US" lang=EN-US><FONT size=2><FONT face=Calibri>When I use my Control in a form, the OLEDropMode doesn’t take an effect. I need some help please</P><DIV></DIV><DIV></DIV><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal">thx</P><DIV>&nbsp;</DIV><DIV>p.s. also in the listview control<O:P></O:P></DIV></FONT></FONT></SPAN>]]>
   </description>
   <pubDate>Fri, 02 Jul 2010 08:03:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16903&amp;PID=59186&amp;title=oledropmode-in-treeview-hasn-an-effect#59186</guid>
  </item> 
 </channel>
</rss>