<?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 : Bug in Treeview With Markup Checkbox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Bug in Treeview With Markup Checkbox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 23:09:07 +0000</pubDate>
  <lastBuildDate>Thu, 02 Jun 2016 12:01:19 +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=23037</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[Bug in Treeview With Markup Checkbox : Forgot: Also HideSelection property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23037&amp;PID=74779&amp;title=bug-in-treeview-with-markup-checkbox#74779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9045">Lars@Amily</a><br /><strong>Subject:</strong> 23037<br /><strong>Posted:</strong> 02 June 2016 at 12:01pm<br /><br />Forgot: Also HideSelection property does not hide the selection....<br>This also semms to be a bug.<br>]]>
   </description>
   <pubDate>Thu, 02 Jun 2016 12:01:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23037&amp;PID=74779&amp;title=bug-in-treeview-with-markup-checkbox#74779</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in Treeview With Markup Checkbox : Hi all.I want to have checkbox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23037&amp;PID=74778&amp;title=bug-in-treeview-with-markup-checkbox#74778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9045">Lars@Amily</a><br /><strong>Subject:</strong> 23037<br /><strong>Posted:</strong> 02 June 2016 at 12:00pm<br /><br /><font face="Courier New, Courier, mono" size="2"><font face="Arial, Helvetica, sans-serif">Hi all.<br>I want to have checkbox items for a treeview, but I dont want to have it for all, so I set the Checkboxes property to False.<br>I use markup checkbox instead, which is showing up very nice.<br><br>The code:<br></font>&nbsp; With Me.TreeView1<br>&nbsp;&nbsp;&nbsp; .FullRowSelect = False<br>&nbsp;&nbsp;&nbsp; .ShowLines = xtpTreeViewShowLinesAtRoot<br>&nbsp;&nbsp;&nbsp; .Checkboxes = False<br>&nbsp;&nbsp;&nbsp; .HideSelection = True<br>&nbsp;&nbsp;&nbsp; .ShowPlusMinus = True<br>&nbsp;&nbsp;&nbsp; .EnableMarkup = True<br>&nbsp;&nbsp;&nbsp; .Nodes.Add , , "Key1", "Key1 - Text"<br>&nbsp;&nbsp;&nbsp; .Nodes.Add "Key1", xtpTreeViewChild, "Key1-1", "&lt;CheckBox Name='key1-1' Click='CheckboxClicked'&gt;a&lt;/CheckBox&gt;"<br>&nbsp;&nbsp;&nbsp; .Nodes.Add "Key1", xtpTreeViewChild, "Key1-2", "&lt;CheckBox Tag='1' Margin='0' Width='100' HorizontalAlignment='Left' IsChecked='True' Content='CK1'/&gt;"<br>&nbsp;&nbsp;&nbsp; .Nodes.Add , , "Key2", "Key2 - Text"<br>&nbsp;&nbsp;&nbsp; .Nodes("Key1").Expanded = True<br>&nbsp;&nbsp;&nbsp; .MarkupContext.SetHandler Me<br>&nbsp; End With</font><font size="2"><br><br>Runtime:<br><img src="uploads/9045/Unbenannt.PNG" height="218" width="136" border="0" alt="Treeview" title="Treeview" /><br><br>But I can't check/uncheck the checkbox by clicking on the box or on the text, just when I click right beneath the label text the checkbox is checked/unchecked. <br>It seems like the label is in foreground because I only get nodelick event. When I implement an event and event handler, I only get it when clicking on the very margin of the label.<br><br></font>]]>
   </description>
   <pubDate>Thu, 02 Jun 2016 12:00:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23037&amp;PID=74778&amp;title=bug-in-treeview-with-markup-checkbox#74778</guid>
  </item> 
 </channel>
</rss>