The windows application provides a feature that permits the use to change font size to suit their viewing preference. The program sets the XtraBars.BarAndDockingController.Default.AppearancesRibbon and .AppearancesBar various font properties to the user selected font size. I can't find a similar default font property for the XtraBars.Navigation.TileBar, which is causing the TileBarGroup.Text to display using the font size that was set in the Visual Studio designer surface. Is there no similar default font property that can be set so that I don't need to monitor a fontsize changed event in individual forms.
TileBar - Group text font size is not changed when the AppearanceObject.DefaultFont property is changed
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v15.2.4Download Official Update
- v15.1.8Download Official Update
The Utils.AppearanceObject.DefaultFont is also set when the user changes a font size, but again, the TileBarGroup.Text remains unchanged.
Hi,
A group tile should take the font size provided by the AppearanceObject.DefaultFont property into account. So, I will forward this issue to our developers for further research. Once we have any results, we will update this thread.