This is a migrated thread and some comments may be shown as answers.

Menu theme not working in Q1 Beta

0 Answers 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Admin
Top achievements
Rank 1
Admin asked on 25 Feb 2010, 06:39 PM
Trying to get the Windows 7 theme working.   Program compiles but default theme shows.  This had worked in the last release.

 

 

 

<telerikNavigation:RadMenu x:Name="myMenu" ItemClick="OnRadMenuItemClick" VerticalAlignment="Top" Grid.Row="1">

 

 


 

 

public MainPage()

 

{

InitializeComponent();

 

 

 

Telerik.Windows.Controls.

 

Windows7Theme th = new Telerik.Windows.Controls.Windows7Theme();

 

Telerik.Windows.Controls.

 

 

StyleManager.SetTheme(myMenu, th);
}

Thanks in advance.

 

Update:  Got it fixed this worked  

 

 

 

StyleManager.ApplicationTheme = new Windows7Theme();

 

 

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Admin
Top achievements
Rank 1
Share this question
or