Print Page | Close Window

How to Hide Plus/Minus in GroupRow

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=22205
Printed Date: 02 June 2024 at 1:47pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to Hide Plus/Minus in GroupRow
Posted By: sosepe
Subject: How to Hide Plus/Minus in GroupRow
Date Posted: 13 February 2014 at 5:23am
Hello, it's possible to hide Plus/Minus button in grouprow ??

many thanks.




Replies:
Posted By: Xander75
Date Posted: 07 March 2014 at 3:04am
Hi sosepe,

Use the code below in the setup of your ReportControl:

ReportControl.PaintManager.ColumnPlusMinusSign = False


-------------
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition
Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)


Posted By: sosepe
Date Posted: 14 March 2014 at 11:13am
Hello, many thanks for your reply.

I've tryed with PaintManager.ColumnPlusMinusSign = False but doesn't happen .. the plus/minus is still visibile.

I've tryed also to insert the comand in many position of the code (before Populate, before redraw) but nothing.

There's other command that i have to insert (or remove) to hide plus minus in grouprow?

Many thanks again and sorry but my bad english.. (i hope you understand)
bye.



Posted By: jpbro
Date Posted: 15 March 2014 at 11:12am
Try:


ReportControl1.PaintManager.Glyphs.RemoveIcon 0



-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6



Posted By: sosepe
Date Posted: 17 March 2014 at 4:30am
Yes! with ReportControl1.PaintManager.Glyphs.RemoveIcon 0 works!!

i must add on sub RowExpanded Row.expanded=True otherwise when i click on grouprow the minus icon will show again.

For me this solution works fine!

many many thanks for help!

.. codejock forever! ^_^



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net