摘要:
// Manually alter window height and widththis.SizeToContent = SizeToContent.Manual;// Automatically resize width relative to contentthis.SizeToContent = SizeToContent.Width;// Automatically resize height relative to contentthis.SizeToContent = SizeToContent.Height;// Automatically resize height and 阅读全文
posted @ 2011-07-18 23:45
WPF之家
阅读(729)
评论(0)
推荐(1)
浙公网安备 33010602011771号