we 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.
i've gone through 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.we need exactly double the size of default Expansion Indicator size.
Thanks & Regards,
Vinay.
Hi Boris,
We are using latest Net advantage in our new release of 2012,but we have some old clients they are using our product which was built on using 2003 vol 2(,Net frame work 1.1),we are giving maintenance for that product also,actually the problem raised in that version,we have to fix that in that version,so finally how can solve that problem on that version of 2003 vol2 ??,is there any solution for that.
Thanks&Regards,
Vinay
Hello Vinay,
Tha AppStylist has been introduced since v 6.2 of Net Advantage. I recommend you to use the latest version which is 11.2. I tested my sample and it works, you also need 'AppStylist' for the proper behavior of the application.
Hi Boris Toromanov,
we are in holidays sorry for late reply,Actually we are using .net advantage vol 2003,so how can we use app stylist file in our project ?? ,can u provide me a sample example using custom image for ultrawintree exapand button.
Hello,
I am just checking about the progress of this issue. Please let me know If you need my further assistance on this.
If I got this right I believe it is achievable with AppStylist only. When you run it, you could create new style library from File-> New Style Library... or(ctrl+N), then please choose 'Blank Library', choose "No, Leave on" in the next window. On the left you will have the 'Roles' pane, if you expand it you will be able to see the 'ExpansionIndicator' and after expanding it the UI Role you would need is 'TreeNodeExpansionIndicator'. You could modify it and save the whole style library to an isl file which you could load later on with 'StyleManager'.
And to illustrate the above said I also created a sample for you. I hope it suits your needs.