Posted 14 years ago
by Mick
Is there a simple way to get the DateTimePicker control to use the current theme of the software?
I ask because the DateTimePicker doesn't seem to pay attention to the ThemeManager.Theme attached property:and
and
all look the same.
Thanks,
Mick
[Modified at 03/30/2011 11:07 AM]
I ask because the DateTimePicker doesn't seem to pay attention to the ThemeManager.Theme attached property:
<shared:DateTimePicker Height="22" Width="80" themes:ThemeManager.Theme="Office2010Black"/>
<shared:DateTimePicker Height="22" Width="80" themes:ThemeManager.Theme="Office2010Blue"/>
<shared:DateTimePicker Height="22" Width="80" themes:ThemeManager.Theme="Office2010Silver"/>
Thanks,
Mick
[Modified at 03/30/2011 11:07 AM]