資源簡介
擴(kuò)展WPF的TreeView,完成數(shù)據(jù)綁定和拖拽功能。
WPF看了很長時間了,但一直沒怎么動手實踐,正好任務(wù)需要,擴(kuò)展了WPF的標(biāo)準(zhǔn)TreeView控件,并作為基礎(chǔ)控件,支持下面的功能:
數(shù)據(jù)綁定
拖拽

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
namespace?WpfApp2
{
????///?
????///?Interaction?logic?for?App.xaml
????///?
????public?partial?class?App?:?Application
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-04-10?08:31??WpfApp2\.vs\
?????目錄???????????0??2019-04-10?08:31??WpfApp2\.vs\WpfApp2\
?????目錄???????????0??2019-04-10?08:31??WpfApp2\.vs\WpfApp2\v15\
?????文件???????96256??2019-04-11?16:31??WpfApp2\.vs\WpfApp2\v15\.suo
?????目錄???????????0??2019-04-10?08:31??WpfApp2\.vs\WpfApp2\v15\Server\
?????目錄???????????0??2019-04-11?10:53??WpfApp2\.vs\WpfApp2\v15\Server\sqlite3\
?????文件???????????0??2019-04-10?08:31??WpfApp2\.vs\WpfApp2\v15\Server\sqlite3\db.lock
?????文件??????712704??2019-04-11?12:56??WpfApp2\.vs\WpfApp2\v15\Server\sqlite3\storage.ide
?????文件???????32768??2019-04-11?13:03??WpfApp2\.vs\WpfApp2\v15\Server\sqlite3\storage.ide-shm
?????文件?????4120032??2019-04-11?16:25??WpfApp2\.vs\WpfApp2\v15\Server\sqlite3\storage.ide-wal
?????文件????????1119??2019-04-10?08:31??WpfApp2\WpfApp2.sln
?????目錄???????????0??2019-04-11?16:25??WpfApp2\WpfApp2\
?????文件?????????189??2019-04-10?08:31??WpfApp2\WpfApp2\App.config
?????文件?????????368??2019-04-10?08:31??WpfApp2\WpfApp2\App.xaml
?????文件?????????340??2019-04-10?08:31??WpfApp2\WpfApp2\App.xaml.cs
?????目錄???????????0??2019-04-10?08:31??WpfApp2\WpfApp2\bin\
?????目錄???????????0??2019-04-11?11:07??WpfApp2\WpfApp2\bin\Debug\
?????目錄???????????0??2019-04-11?11:07??WpfApp2\WpfApp2\bin\Debug\de\
?????文件????????6656??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\de\Microsoft.ex
?????文件????????4096??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\de\Microsoft.ex
?????文件????????6656??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\de\System.Windows.Interactivity.resources.dll
?????目錄???????????0??2019-04-11?11:07??WpfApp2\WpfApp2\bin\Debug\en\
?????文件????????7168??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\en\Microsoft.ex
?????文件????????4608??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\en\Microsoft.ex
?????文件????????6656??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\en\System.Windows.Interactivity.resources.dll
?????目錄???????????0??2019-04-11?11:07??WpfApp2\WpfApp2\bin\Debug\es\
?????文件????????6656??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\es\Microsoft.ex
?????文件????????4096??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\es\Microsoft.ex
?????文件????????6656??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\es\System.Windows.Interactivity.resources.dll
?????目錄???????????0??2019-04-11?11:07??WpfApp2\WpfApp2\bin\Debug\fr\
?????文件????????6656??2010-05-25?18:26??WpfApp2\WpfApp2\bin\Debug\fr\Microsoft.ex
............此處省略75個文件信息
- 上一篇:Winform界面美化
- 下一篇:c#產(chǎn)品訂購系統(tǒng)帶源代碼
評論
共有 條評論