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
155
WinToolbar Items lost padding after Service Release 15.2.20152.2118
posted

After applying the latest service release (15.2.20152.2118), all toolbar using the UltraToolbarsManager are "crammed". The padding seems to have been lost. 

Parents
  • 21795
    Offline posted

    Hello Matt,

    Yes, you are correct. With the latest service release we have fix several issues in our controls. One of the fixes was about incorrect calculation of tools' size in UltraToolbarsManager. We used to use MeasureString method of the Graphics object. However, it returns incorrect size and adds some padding to the size. Now we improved the calculation and this padding is no longer there. As a result the tools are more narrow now and the padding is smaller. More information about all the changes included in latest service release you may find in our release notes here – “Infragistics Windows Forms Release Notes – September 2016: 15.2, 16.1 Service Release”.

    Regarding your issue what you can do is increase the width of the tools where you need more spacing. Note, that not all the tools will allow you to change their width, e.g. button tool’s width is read-only.

    Also you may submit a new feature idea for adding possibility to set the tools padding in UltraToolbarsManager’s Ribbon at http://ideas.infragistics.com.

    Thank you for contacting Infragistics.

Reply Children