Declined
Last Updated: 08 Aug 2016 10:42 by ADMIN
ADMIN
Hristo
Created on: 14 Mar 2016 09:26
Category: RibbonBar
Type: Bug Report
0
FIX. RadRibbonBar - when adding RadHostItem with a UserControl to the QuickAccessToolbar of the ribbon and increase its Font, the UserControl will increase its size while the QuickAccessToolbar will n
Workaround: set the AutoScaleMode property of UserControl to None.
1 comment
ADMIN
Todor
Posted on: 23 Jun 2016 15:18
This is not an issue, it's just that RadHostItem inherits the font from QuickAccessToolbar and sets it to the hosted control(UserControl). The default value of UserControl's AutoScaleMode property is AutoScaleMode.Font. In the described case the font is bigger than the initial one and this is why all the controls in the user control are scaled.
To preserve the size of all controls in the UserControl set the AutoScaleMode property to None.