摘要:
概述:拖放的原理不再说明,wpf实现的简单实例一、XAML部分XAML 1 <Window x:Class="WpfDragDropGrid.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 4 Loaded="Window_Loaded" 5 Title="MainWindow 阅读全文