日期:2014-05-17 浏览次数:21105 次
MinWidth="100"
MinHeight="100"
//加在
<Window x:Class="WpfApplication1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" MinWidth="100" MinHeight="100">