Hello,
I'm running into an odd little hiccup. Not all Infragistics editor controls on my form are getting styled properly. I am simply loading the .isl file as part of the application's main form load. The control hierarchy looks like this:
Main Application Form Parent Form (not mdi, just toplevel=false) Child Form Tab control User controls with Infragistics controls
I'm including a few screenshots. I can't send the whole application. The first two screenshots show the designer and that the controls in question are ultra controls. They have all defaults set, no overrides on style. The next one shows one of the tabs which is working right. The last two show the problems.
Hello Mike,
The first two screenshots show the property pages for two of the unstyled controls. Please notice that they are indeed UltraTextEditors. UseAppStyling is true and there is no StyleLibraryName or StyleSetName applied.
What I find interesting is that it looks like it's only UltraTextEditors. The UltraComboEditors don't have the problem. I'll try to come up with a test app I can send you that replicates it. Hopefully in the meantime you'll be able to figure something out.
Are you sure those are Infragistics controls? They don't have the same border style that is displayed in your first two screen shots. Maybe they are regular TextBox controls?
Or perhaps they have UseAppStyling set to False or have a StyleLibraryName or StyleSetName applied to them.