HiI have a windows application (VB.Net) which was developed in Infragistics 2003 Vol 2 (.Net Framework 1.1). In this application we are using Infragistics Hierarchial WinGrid. We got a situation where i have to Increase size of "+" sign for Expansion "-" sign for collapse in the hierarchial grid.Could you please let me know a way to customize default size and go with bigger "+", "-" Signs for better visibility.Thanks,Vinay
Hello Vinay,
I believe that this topic has already been discussed in the following forum thread: http://community.infragistics.com/forums/t/63951.aspx.
Please do not hesitate to contact us if you need any additional assistance.
hi Mike,
Please suggest us Solution for this problem.We have to fix this problem for client,we r waiting for your reply.
Thanks & Regards,
Vinay
Hi Mike Saltzman :
Thanks for the reply, i've gone thru your HOW TO articles links provided i.e. 4873, 5684. We prefer Article 4873 way of implementation, we tried your sample code provided in http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4873 but we didn't find any difference as far as Indicators size is concerned, it is still showing default indicator size only, all we did is ran your sample without any code modifications, are we supposed to alter any values to see the effect ? Please find attached screen shot for the same i.e. No_Difference_Indicator_size.png To answer your question we need exactly double the size of default Expansion Indicator size.
Thanks,
vinay
Hi Vinay,
How big does it have to be?
You can use a CreationFitler to make the UIElement bigger, but that won't shift the rows over and give you more room. So there's a limit to how big you can reasonably make the element before it runs into the row. You might be able to deal with this by using the Indentation property on the band, but then you will still be limited by the row height.