DateTimeControl日期框重叠GUI

时间:2017-09-20 18:35:22

标签: wpf xaml

我的xaml文件中需要添加什么到我的DateTimeControl位以防止日期框重叠我的GUI中的顶部选项卡和垂直滚动条?这很烦人。这是Picture

以下是我在xaml文件中的说法...

<sapctrls:DateTimeControl 
    Margin="2,5,5,0" 
    Name="JOB_DATE_SOLDControl"  
    Grid.Column="1" 
    Grid.Row="4" 
    ShowCheckBox="True" 
    Value="{Binding Source={StaticResource ProjectDataSource}, Path=Value.Properties[JOB_DATE_SOLD].Value,ValidatesOnDataErrors=True}"
    />

提前致谢!

0 个答案:

没有答案