StrataFrame Forum

Small Problem with ThemedGroupBox

http://forum.strataframe.net/Topic25376.aspx

By Ruchika Garg - 12/10/2009

I am using the themed group box and was expecting it to look like a tabbed container .But it looks like a regular panel

I was expecting it to look like

I was using the defaultapplicationtheme to set the theme for the project. Later i removed it to see if that was causing the groupbox to render like a panel..Not sure now what could be causing this.

By Edhy Rijo - 12/10/2009

Hi Ruchika,



You can get different views of the ThemedGroupBox by changing the following properties: ThemeSupport and TitleStyle, the combination of these properties will give you different view effects.
By Keith Chisarik - 12/10/2009

Do you perhaps have the "TitleStyle" property set to HeadingInGroupBox somehow?
By Keith Chisarik - 12/10/2009

haha took me too long to type, your fast Edyh!
By Edhy Rijo - 12/10/2009

Keith Chisarik (12/10/2009)
haha took me too long to type, your fast Edyh!


Hi Keith,



Glad to see you again BigGrin BTW, after you showed me the easy of use for SqlBulkCopy I have end up using this little gem more than I think I would. Thanks again!
By Ruchika Garg - 12/10/2009

Thank you all for the quick responses..I was able to make it work. It was somehow caching the theme settings.So in the solution preferences i first selected a random theme and then i selected "No Application Theme". That i think cleaned the cache and the groupbox was back to default after that.