嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
WPF具有多选功能的TreeListView,MVVM模式
其他人传的实例都不行
.
├── App.xaml
├── App.xaml.cs
├── C#WPF具有多选功能的TreeListView,MVVM模式.zip
├── FodyWeavers.xml
├── FodyWeavers.xsd
├── LevelToMarginConverter.cs
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── MainWindowModel.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── TreeGrid.csproj
├── TreeGrid.sln
├── TreeViewExtensions.cs
├── app.config
├── bin
│ ├── Debug
│ │ ├── Microsoft.Expression.Interactions.dll
│ │ ├── System.Windows.Interactivity.dll
│ │ ├── TreeGrid.exe
│ │ ├── TreeGrid.exe.config
│ │ ├── TreeGrid.pdb
│ │ ├── TreeGrid.vshost.exe
│ │ └── TreeGrid.vshost.exe.manifest
│ └── Release
├── obj
│ ├── Debug
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TreeGrid.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TreeGrid.Properties.Resources.resources
│ │ ├── TreeGrid.csproj.AssemblyReference.cache
│ │ ├── TreeGrid.csproj.CopyComplete
│ │ ├── TreeGrid.csproj.CoreCompileInputs.cache
│ │ ├── TreeGrid.csproj.FileListAbsolute.txt
│ │ ├── TreeGrid.csproj.Fody.CopyLocal.cache
│ │ ├── TreeGrid.csproj.Fody.RuntimeCopyLocal.cache
│ │ ├── TreeGrid.csproj.GenerateResource.cache
│ │ ├── TreeGrid.csproj.SuggestedBindingRedirects.cache
│ │ ├── TreeGrid.exe
│ │ ├── TreeGrid.g.resources
│ │ ├── TreeGrid.pdb
│ │ ├── TreeGrid_3r5nrrcp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TreeGrid_3r5nrrcp_wpftmp.csproj.Fody.CopyLocal.cache
│ │ ├── TreeGrid_3r5nrrcp_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ │ ├── TreeGrid_5sbsonwt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TreeGrid_5sbsonwt_wpftmp.csproj.Fody.CopyLocal.cache
│ │ ├── TreeGrid_5sbsonwt_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ │ ├── TreeGrid_MarkupCompile.cache
│ │ ├── TreeGrid_MarkupCompile.i.cache
│ │ ├── TreeGrid_MarkupCompile.i.lref
│ │ ├── TreeGrid_MarkupCompile.lref
│ │ ├── TreeGrid_i1mimfj0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TreeGrid_i1mimfj0_wpftmp.csproj.Fody.CopyLocal.cache
│ │ ├── TreeGrid_i1mimfj0_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ │ ├── TreeGrid_jwo0redx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TreeGrid_jwo0redx_wpftmp.csproj.Fody.CopyLocal.cache
│ │ ├── TreeGrid_jwo0redx_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ │ ├── TreeGrid_nfy1z4q5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TreeGrid_nfy1z4q5_wpftmp.csproj.Fody.CopyLocal.cache
│ │ ├── TreeGrid_nfy1z4q5_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ │ ├── TreeGrid_pl3mwzqo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TreeGrid_pl3mwzqo_wpftmp.csproj.Fody.CopyLocal.cache
│ │ ├── TreeGrid_pl3mwzqo_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ │ └── _IsIncrementalBuild
│ └── x86
│ └── Debug
│ ├── App.g.cs
│ ├── App.g.i.cs
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── GeneratedInternalTypeHelper.g.cs
│ ├── GeneratedInternalTypeHelper.g.i.cs
│ ├── MainWindow.baml
│ ├── MainWindow.g.cs
│ ├── MainWindow.g.i.cs
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── TreeGrid.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid.Properties.Resources.resources
│ ├── TreeGrid.csproj.AssemblyReference.cache
│ ├── TreeGrid.csproj.CopyComplete
│ ├── TreeGrid.csproj.CoreCompileInputs.cache
│ ├── TreeGrid.csproj.FileListAbsolute.txt
│ ├── TreeGrid.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid.csproj.GenerateResource.cache
│ ├── TreeGrid.csproj.SuggestedBindingRedirects.cache
│ ├── TreeGrid.exe
│ ├── TreeGrid.g.resources
│ ├── TreeGrid.pdb
│ ├── TreeGrid_1a4mgvmm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_1a4mgvmm_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_1a4mgvmm_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_3m5cvzrx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_3m5cvzrx_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_3m5cvzrx_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_4ja5wjhd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_4ja5wjhd_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_4ja5wjhd_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_4lqd5fyc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_4lqd5fyc_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_4lqd5fyc_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_MarkupCompile.cache
│ ├── TreeGrid_MarkupCompile.i.cache
│ ├── TreeGrid_MarkupCompile.i.lref
│ ├── TreeGrid_MarkupCompile.lref
│ ├── TreeGrid_b4qrcmyb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_b4qrcmyb_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_b4qrcmyb_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_eu200ii0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_eu200ii0_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_eu200ii0_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_fbt2fvks_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_fbt2fvks_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_fbt2fvks_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_h0epkyah_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_h0epkyah_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_h0epkyah_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_ikh2ud0m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_ikh2ud0m_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_ikh2ud0m_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_jtdaddnc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_jtdaddnc_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_jtdaddnc_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_kcbsrwm5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_kcbsrwm5_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_kcbsrwm5_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_kjv1blmt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_kjv1blmt_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_kjv1blmt_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_knduixfh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_knduixfh_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_knduixfh_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_lizc3owx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_oazliz3b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_oazliz3b_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_oazliz3b_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_ptd5pyz5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_ptd5pyz5_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_ptd5pyz5_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_qg2rpz5x_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_qg2rpz5x_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_qg2rpz5x_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_qosvj22x_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_qosvj22x_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_qosvj22x_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_sb00vgay_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_sb00vgay_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_sb00vgay_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_upagaj3y_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_upagaj3y_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_upagaj3y_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ ├── TreeGrid_wcc350bj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TreeGrid_wcc350bj_wpftmp.csproj.Fody.CopyLocal.cache
│ ├── TreeGrid_wcc350bj_wpftmp.csproj.Fody.RuntimeCopyLocal.cache
│ └── _IsIncrementalBuild
├── packages
│ ├── Expression.Interaction.3.0.40218.0
│ │ ├── Expression.Interaction.3.0.40218.0.nupkg
│ │ └── lib
│ │ ├── net45
│ │ │ ├── Microsoft.Expression.Interactions.dll
│ │ │ └── System.Windows.Interactivity.dll
│ │ └── net46
│ │ ├── Microsoft.Expression.Interactions.dll
│ │ └── System.Windows.Interactivity.dll
│ ├── Fody.6.8.0
│ │ ├── Fody.6.8.0.nupkg
│ │ ├── License.txt
│ │ ├── build
│ │ │ └── Fody.targets
│ │ ├── netclassictask
│ │ │ ├── Fody.dll
│ │ │ ├── FodyCommon.dll
│ │ │ ├── FodyHelpers.dll
│ │ │ ├── FodyIsolated.dll
│ │ │ ├── Mono.Cecil.Pdb.dll
│ │ │ ├── Mono.Cecil.Pdb.pdb
│ │ │ ├── Mono.Cecil.Rocks.dll
│ │ │ ├── Mono.Cecil.Rocks.pdb
│ │ │ ├── Mono.Cecil.dll
│ │ │ └── Mono.Cecil.pdb
│ │ └── netstandardtask
│ │ ├── Fody.dll
│ │ ├── FodyCommon.dll
│ │ ├── FodyHelpers.dll
│ │ ├── FodyIsolated.dll
│ │ ├── Mono.Cecil.Pdb.dll
│ │ ├── Mono.Cecil.Pdb.pdb
│ │ ├── Mono.Cecil.Rocks.dll
│ │ ├── Mono.Cecil.Rocks.pdb
│ │ ├── Mono.Cecil.dll
│ │ └── Mono.Cecil.pdb
│ └── PropertyChanged.Fody.4.1.0
│ ├── PropertyChanged.Fody.4.1.0.nupkg
│ ├── analyzers
│ │ └── dotnet
│ │ └── cs
│ │ └── PropertyChanged.Fody.Analyzer.dll
│ ├── build
│ │ └── PropertyChanged.Fody.props
│ ├── lib
│ │ ├── net40
│ │ │ ├── PropertyChanged.dll
│ │ │ └── PropertyChanged.xml
│ │ ├── netstandard2.0
│ │ │ ├── PropertyChanged.dll
│ │ │ └── PropertyChanged.xml
│ │ └── netstandard2.1
│ │ ├── PropertyChanged.dll
│ │ └── PropertyChanged.xml
│ └── weaver
│ ├── PropertyChanged.Fody.dll
│ └── PropertyChanged.Fody.xcf
└── packages.config
29 directories, 201 files