I am setting UltraExpandableGroupBox ViewStyle to Office2007. In the designer it work as expected showing up/down arrow. However at run-time with the standard style sheet 'Office2007Blue.isl' it displays like '-' and '+'
I checked the other post which suggested to check viewStyle in the style sheet.
<styleSet name="Default" viewStyle="OfficeXp">
Here is the second part of video file
Hello BB,
Maybe I misunderstand your scenario, because we have ViewStyle property with value Office 2007 in our UltraExpandableGroupBox control and you didn`t mention that you are using AppStyle.
So if you are using AppStyle in your scenario, please note that we provide to our customers few predefined styles. These styles are created from our designers per their personal feeling for beauty and each custom could use these styles or modify it.
You could modify your AppStyle and more concrete your Expansion Button using one or combination of these properties below:
- ButtonStyle
- ExpansionindicatioCollapsed
- ExpansionindicatioExpanded
- ViewStyle
and so on. Please take a look at the atatched video file for more information and let me know if you have any questions.
Regards
Is this a bug or something in the default style sheets?
Thanks for the sample. In your sample you are not loading the stylesheet.
Infragistics.Win.AppStyling.StyleManager.Load("Office2010Black.isl");
I tested with three different stylesheet supplied by Infragistics viz Office2007Black.isl, Office2007Blue.isl, Office2010Black.isl
The style is only retained for Office2007Blue.isl for others its switched to '-' , '+'
Here is the sample: