文件名称:WPF下使用TreeView实现流程图效果
文件大小:71KB
文件格式:ZIP
更新时间:2023-07-30 09:43:36
C# WPF
利用TreeView自定义模板,实现了流程图效果,可实现多级绑定。 采用MVVM模式,通过绑定数据源来控制界面显示,使得流程控制更加方便。 原文链接:https://blog.csdn.net/wsadcg/article/details/107230210
【文件预览】:
Demo_FlowChart
----bin()
--------Debug()
--------Release()
----obj()
--------Debug()
----Themes()
--------Converters.xaml(430B)
--------Generic.xaml(8KB)
----Properties()
--------Resources.Designer.cs(3KB)
--------Settings.settings(201B)
--------Resources.resx(5KB)
--------Settings.Designer.cs(1KB)
--------AssemblyInfo.cs(2KB)
----Converters()
--------BooleanToUnVisibilityConverter.cs(1KB)
--------HlineVisibleConverter.cs(916B)
----ViewModels()
--------MainViewModel.cs(3KB)
----Views()
--------MainWindow.xaml(912B)
--------MainWindow.xaml.cs(870B)
----App.config(187B)
----App.xaml(686B)
----App.xaml.cs(341B)
----Demo_FlowChart.csproj(5KB)
----Models()
--------TreeViewNode.cs(3KB)