I am using datepicker control from wpf toolkit. I need to center align the content in datepicker control. How can I achieve this?
Tried VerticalContentAlignment="Center". It didn't work.
Thanks
I am using datepicker control from wpf toolkit. I need to center align the content in datepicker control. How can I achieve this?
Tried VerticalContentAlignment="Center". It didn't work.
Thanks
Create ControlTemplate for DatePicker and set "VerticalContentAlignment" property of PART_TextBox element to "Center".