Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
684
Ribbon buttontool text being cut off when Office2007UICompatibility=False and AppStyle ViewStyle=Standard
posted

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

TestIGRibbonStandard.zip
Parents
  • 29065
    Verified Answer
    Offline posted

    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.

     

Reply Children
No Data