I have a large .net winforms application that uses NetAdvantage 2007 volume 1. We just updated the application from using .Net framework 1.1 to using .Net framework 2.0, so I also upgraded our Infragistics assemblies to the version for .Net framework 2.0.
This update caused a small issue with our WinExplorerBar control that I haven't been able to correct. The framework 1.1 version of the WinExplorerBar wrapped item text onto multiple lines. The framework 2.0 version, however, seems to trim the text rather than wrapping it, which is not the behavior that I want.
I have item.Settings.MaxLines = 3, just as it has always been. I have also played around with the item appearence TextTrimming property to see if I could stop the trimming and get the wrapping back, but with no luck. I am sure there is a simple way to get back the behavior I want, but I just haven't been able to find it.
Any idea how I can get the control to behave the way it was prior to the upgrade?
Thanks!
I just checked this out with the latest 2008.1 build, and it worked as expected. I know you satated that it is a large application, but if it is possible to reproduce the issue with a small sample, you can post it here and I'll see if I can figure out what is going on. Alternatively, you could download the latest hotfix and see if the problem goes away.
Thanks for the reply. I ended up upgrading to NetAdvantage Select 2008 Volume 3, and that seems to have fixed the problem.
Thanks again!