We have a mode in our application which reverts the ribbon to what we call "classic" view. This view is used as a "no frills" view of the app for those running the application across a slow remote connection and the like. We recently updated from Infragistics (CLR2) v10.2.20102.1004 to Infragistics (CLR4) v14.1.20141.2035. Much to our dismay, we found that many button tool's text captions were being cut off by one character.
Please see attached project that exhibits this issue and advise.
Tim
Hello Tim,
After reviewing the ISL file I did determine that the "Standard" option under "All Components" was causing the behavior like you said but I am unsure as to why this is. I am also not able to reproduce it by setting the Style property of the UltraToolBarsManager to Office2000. This property achieves the look and feel you are setting by applying your ISL but without the text being cut off.
You can update your sample by commenting out the line where you are applying your AppStylist and replace it with:
this.ultraToolbarsManager1.Style = ToolbarStyle.Office2000;Let me know if this helps.
Michael,
Thanks for your quick response. Removing the ViewStyle attribute from the StyleSet in the ISL style file and changing the UltraToolbarsManager style to Office2000 produces the exact behavior that I need. Thanks!