Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - How to Hide Plus/Minus in GroupRow
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to Hide Plus/Minus in GroupRow

 Post Reply Post Reply
Author
Message
sosepe View Drop Down
Groupie
Groupie


Joined: 09 March 2007
Location: Italy
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote sosepe Quote  Post ReplyReply Direct Link To This Post Topic: How to Hide Plus/Minus in GroupRow
    Posted: 13 February 2014 at 5:23am
Hello, it's possible to hide Plus/Minus button in grouprow ??

many thanks.

Back to Top
Xander75 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 April 2007
Status: Offline
Points: 353
Post Options Post Options   Thanks (0) Thanks(0)   Quote Xander75 Quote  Post ReplyReply Direct Link To This Post 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)
Back to Top
sosepe View Drop Down
Groupie
Groupie


Joined: 09 March 2007
Location: Italy
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote sosepe Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
sosepe View Drop Down
Groupie
Groupie


Joined: 09 March 2007
Location: Italy
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote sosepe Quote  Post ReplyReply Direct Link To This Post 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! ^_^
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.188 seconds.