标签: c# .net wpf xaml xceed
我正在使用Xceed DateTimePicker控件。问题在于其日历大小:当您在控件本身中放大字体时,其弹出日历的大小和字体不会更改。如何更改弹出窗口的大小?
答案 0 :(得分:3)
更改Style内Calendar的{{1}}。诀窍是将日历DateTimePicker包裹在合适大小的ControlTemplate中,例如,ViewBox = Width = 300,如下所示:< / p>
Style
Calendar
DateTimePicker
ControlTemplate
ViewBox
Width
Height