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.
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.