views:

288

answers:

2

Hello All I have a calendar control (WPFToolkit) in a wpf form and I need to put a "Today" button in it. Is there a way to di that? Thank you in advance

A: 

Why not just inherit from that control and override its default style? Put in that style "Today" button and subscribe to its Click event in OnApplyTemplate()...

Anvaka
A: 

Hello Anvaka

Thnks for the reply

Can you post some code to help me with that ???

Tnaks again

Taonias