摘要: 案例实现效果:通过鼠标左键单击窗口空白处,按住鼠标来拖动窗口。该案例实现很简单,可以应用在一些自定义窗口(如窗口不显示标题栏等情况)。<Window x:Class="ClickWhitespaceAndDrag.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="ClickWhitespaceAnd 阅读全文
posted @ 2012-04-05 17:40 January 阅读(269) 评论(0) 推荐(0) 编辑