Discussion
3
Replies
138
Views
cognizant
Posted: July 9, 2015
Last activity: July 14, 2015
Closed
List View - Using categorize field. How to enlarge the +/- sign in expand and collapse
Hi,
I am using Listview to show the report. I have used catagorize by field to make the report appear like a tree view. I am getting '+' symbol to expand and '-' to collapse.
But those symbols are very tiny in appearance. Is there a way to enlarge the symbols.
As per my observation a function called :'CategorizeView' in Library 'ListView' is being used to set the symbols for expand and collapse.
Please help me on this.
Thanks in advance
Try looking at the source image, use f12 and inspect the element, that should give you the image. If the image is not final, you could save as that image to your application stack and override the image with a bigger icon. If it is final, then the really problem starts in, you need to override the function, and that would actually lead to more complications, and would have impacts after up-gradation to a higher version of Pega, if Pega changes those functions in higher version.