<?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 : How to Hide Plus/Minus in GroupRow</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How to Hide Plus/Minus in GroupRow]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 11:19:26 +0000</pubDate>
  <lastBuildDate>Mon, 17 Mar 2014 04:30:42 +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=22205</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[How to Hide Plus/Minus in GroupRow : Yes! with ReportControl1.PaintManager.Glyphs.RemoveIcon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72364&amp;title=how-to-hide-plus-minus-in-grouprow#72364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2830">sosepe</a><br /><strong>Subject:</strong> 22205<br /><strong>Posted:</strong> 17 March 2014 at 4:30am<br /><br /><div><span style=": rgb248, 248, 252;"><div>Yes! with ReportControl1.PaintManager.Glyphs.RemoveIcon 0 works!!</div><div><br></div><div>i must add on sub RowExpanded Row.expanded=True otherwise when i click on grouprow the minus icon will show again.</div><div><br></div><div>For me this solution works fine!</div><div><br></div><div>many many thanks for help!</div><div><br></div><div>.. codejock forever! ^_^</div></span></div>]]>
   </description>
   <pubDate>Mon, 17 Mar 2014 04:30:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72364&amp;title=how-to-hide-plus-minus-in-grouprow#72364</guid>
  </item> 
  <item>
   <title><![CDATA[How to Hide Plus/Minus in GroupRow : Try: ReportControl1.PaintManager.Glyphs.RemoveIcon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72363&amp;title=how-to-hide-plus-minus-in-grouprow#72363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 22205<br /><strong>Posted:</strong> 15 March 2014 at 11:12am<br /><br />Try:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>ReportControl1.PaintManager.Glyphs.RemoveIcon 0<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Sat, 15 Mar 2014 11:12:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72363&amp;title=how-to-hide-plus-minus-in-grouprow#72363</guid>
  </item> 
  <item>
   <title><![CDATA[How to Hide Plus/Minus in GroupRow : Hello, many thanks for your reply.I&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72360&amp;title=how-to-hide-plus-minus-in-grouprow#72360</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2830">sosepe</a><br /><strong>Subject:</strong> 22205<br /><strong>Posted:</strong> 14 March 2014 at 11:13am<br /><br />Hello, many thanks for your reply.<div><br></div><div>I've tryed with PaintManager.ColumnPlusMinusSign = False but doesn't happen .. the plus/minus is still visibile.</div><div><br></div><div>I've tryed also to insert the comand in many position of the code (before Populate, before redraw) but nothing.</div><div><br></div><div>There's other command that i have to insert (or remove) to hide plus minus in grouprow?</div><div><br></div><div>Many thanks again and sorry but my bad english.. (i hope you understand)</div><div>bye.</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 14 Mar 2014 11:13:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72360&amp;title=how-to-hide-plus-minus-in-grouprow#72360</guid>
  </item> 
  <item>
   <title><![CDATA[How to Hide Plus/Minus in GroupRow : Hi sosepe,Use the code below in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72320&amp;title=how-to-hide-plus-minus-in-grouprow#72320</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 22205<br /><strong>Posted:</strong> 07 March 2014 at 3:04am<br /><br />Hi sosepe,<br><br>Use the code below in the setup of your ReportControl:<br><br><table width="99%"><tr><td><pre class="BBcode">ReportControl.PaintManager.ColumnPlusMinusSign = False</pre></td></tr></table>]]>
   </description>
   <pubDate>Fri, 07 Mar 2014 03:04:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72320&amp;title=how-to-hide-plus-minus-in-grouprow#72320</guid>
  </item> 
  <item>
   <title><![CDATA[How to Hide Plus/Minus in GroupRow : Hello, it&amp;#039;s possible to hide...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72260&amp;title=how-to-hide-plus-minus-in-grouprow#72260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2830">sosepe</a><br /><strong>Subject:</strong> 22205<br /><strong>Posted:</strong> 13 February 2014 at 5:23am<br /><br />Hello, it's possible to hide Plus/Minus button in grouprow ??<div><br></div><div>many thanks.</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 13 Feb 2014 05:23:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22205&amp;PID=72260&amp;title=how-to-hide-plus-minus-in-grouprow#72260</guid>
  </item> 
 </channel>
</rss>