文件名称:SilverTreeContainer
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-02-14
- 文件大小:
- 75kb
- 下载次数:
- 0次
- 提 供 者:
- zhan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
老外写的在WPF下显示树状结构的控件,包括 GraphLayout和Panel。-This article includes two very different basic assemblies and a couple of test assemblies for WPF. The first basic assembly is GraphLayout which implements the Reingold-Tilford algorithm, described here, to determine the placement of nodes in a tree structure. This tree is structured as a top down tree with the root at the top and the leaves at the bottom. This algorithm is entirely independent of any actual drawing of those nodes and so can be used for any purpose where such positioning is required. It includes options for vertical justification for nodes, collapsing of nodes, distance between sibling nodes and distance between non-sibling nodes. This assembly is not WPF specific and could easily be used to produce a GDI+ tree drawer (though I haven t included any here). It also includes a list of endpoints for lines which can be drawn as connectors between nodes. Currently, these lines are simply straight lines from the bottom center of the parent node to the top center of the child
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SilverTreeContainer\GraphLayout
...................\...........\DPoint.cs
...................\...........\GraphLayout.csproj
...................\...........\GraphLayout.csproj.user
...................\...........\ITreeNode.cs
...................\...........\LayeredTreeDraw.cs
...................\...........\Properties
...................\...........\..........\AssemblyInfo.cs
...................\...........\TreeConnection.cs
...................\...........\TreeNodeGroup.cs
...................\SilverTreeContainer.sln
...................\SilverTreeContainer
...................\...................\Properties
...................\...................\..........\AssemblyInfo.cs
...................\...................\SilverTreeContainer.cs
...................\...................\SilverTreeContainer.csproj
...................\...................\SilverTreeContainer.csproj.user
...................\...................\TreeNode.cs
...................\SilverTreeTest
...................\..............\App.xaml
...................\..............\App.xaml.cs
...................\..............\Page.xaml
...................\..............\Page.xaml.cs
...................\..............\Properties
...................\..............\..........\AppManifest.xml
...................\..............\..........\AssemblyInfo.cs
...................\..............\SilverTreeTest.csproj
...................\..............\SilverTreeTest.csproj.user
TreeContainer\GraphLayout
.............\...........\GraphLayout.sln
.............\...........\GraphLayout.suo
.............\...........\GraphLayout
.............\...........\...........\DPoint.cs
.............\...........\...........\GraphLayout.csproj
.............\...........\...........\ITreeNode.cs
.............\...........\...........\LayeredTreeDraw.cs
.............\...........\...........\Properties
.............\...........\...........\..........\AssemblyInfo.cs
.............\...........\...........\TreeConnection.cs
.............\...........\...........\TreeNodeGroup.cs
.............\TreeContainer.sln
.............\TreeContainer.sln.cache
.............\TreeContainer.suo
.............\TreeContainer
.............\.............\Properties
.............\.............\..........\AssemblyInfo.cs
.............\.............\..........\Resources.Designer.cs
.............\.............\..........\Resources.resx
.............\.............\..........\Settings.Designer.cs
.............\.............\..........\Settings.settings
.............\.............\Themes
.............\.............\......\Generic.xaml
.............\.............\TreeContainer.cs
.............\.............\TreeContainer.csproj
.............\.............\TreeNode.cs
.............\TreeContainerTest
.............\.................\App.xaml
.............\.................\App.xaml.cs
.............\.................\Properties
.............\.................\..........\AssemblyInfo.cs
.............\.................\..........\Resources.Designer.cs
.............\.................\..........\Resources.resx
.............\.................\..........\Settings.Designer.cs
.............\.................\..........\Settings.settings
.............\.................\TreeContainerTest.csproj
.............\.................\winTreeContainerTest.xaml
.............\.................\winTreeContainerTest.xaml.cs
.............\VisLog.xaml
.............\VisLog.xaml.cs
.............\VisLogTree
.............\..........\App.xaml
.............\..........\App.xaml.cs
.............\..........\Properties
.............\..........\..........\AssemblyInfo.cs
.............\..........\..........\Resources.Designer.cs
.............\..........\..........\Resources.resx
.............\..........\..........\Settings.Designer.cs
.............\..........\..........\Settings.settings
.............\..........\VisLogTree.csproj
.............\..........\Window1.xaml
.............\..........\Window1.xaml.cs