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
4695
ultraExpandableGroup Box set font problem
posted

Dear all,

I have one ultraExpandableGroupBox with header text. I want to set the font on it when program run.

But I find that it cannot be set. Is it possible??? Any similar problem that you know??

if (ctl is Infragistics.Win.Misc.UltraExpandableGroupBox)
                            ((Infragistics.Win.Misc.UltraExpandableGroupBox)ctl).HeaderAppearance.FontData.Name = StoreServer.VO.Common.PropertiesVO.GridFont.Name;
                       

Parents
No Data
Reply
  • 469350
    Offline posted

    Are you loading an Application Style Library (*.isl) file into your application? If so, the isl will override the program settings. Look for a call to StyleManager.Load in your code.

Children
No Data