登录
首页 » C# » wpf-treeview

wpf-treeview

于 2010-05-27 发布 文件大小:89KB
0 171
下载积分: 1 下载次数: 1327

代码说明:

  自定义漂亮的wpf树控件,可以实现漂亮的树控件显示效果(it is a buty wpf treeview )

文件列表:

TreeView
........\Changelog.txt,2794,2008-01-30
........\license.html,13702,2008-01-06
........\Sample Application
........\..................\AboutDialog.xaml,4632,2008-01-30
........\..................\AboutDialog.xaml.cs,834,2008-01-24
........\..................\App.xaml,499,2008-01-26
........\..................\App.xaml.cs,288,2008-01-22
........\..................\CategoryTree.cs,6426,2008-01-29
........\..................\ClassDiagram1.cd,1025,2008-01-28
........\..................\Images
........\..................\......\Add.png
........\..................\......\Book.png
........\..................\......\FolderClosed.png

........\..................\......\FolderOpen.png
........\..................\......\FolderSelected.png,590,2008-01-23
........\..................\......\Home.png,813,2008-01-27
........\..................\......\Info.png,3892,2008-01-24
........\..................\......\Logo.png,9112,2008-01-24
........\..................\......\Movie.png,653,2008-01-27
........\..................\......\Music.png,385,2008-01-27
........\..................\......\Remove.png,842,2008-01-23
........\..................\......\Star.png,916,2008-01-27
........\..................\......\WinFolder.gif,577,2008-01-23
........\..................\InputDialog.xaml,1126,2008-01-24
........\..................\InputDialog.xaml.cs,828,2008-01-24
........\..................\Introduction.xaml,4267,2008-01-29
........\..................\Introduction.xaml.cs,792,2008-01-29
........\..................\MainWindow.xaml,17799,2008-01-30
........\..................\MainWindow.xaml.cs,9665,2008-01-29
........\..................\Properties
........\..................\..........\AssemblyInfo.cs,2435,2008-01-29
........\..................\..........\Resources.Designer.cs,2869,2008-01-24
........\..................\..........\Resources.resx,5612,2008-01-22
........\..................\..........\Settings.Designer.cs,1102,2008-01-24
........\..................\..........\Settings.settings,201,2008-01-22
........\..................\Sample Application.csproj,6538,2008-01-29
........\..................\TreeResources.xaml,6387,2008-01-29
........\..................\ViewModel
........\..................\.........\ShopCategory.cs,2251,2008-01-27
........\..................\.........\ShopModel.cs,2162,2008-01-29
........\..................\.........\ShopUtil.cs,1832,2008-01-29
........\WPF TreeView
........\............\Classes.cd,1159,2008-01-29
........\............\ItemMonitor.cs,16866,2008-01-30
........\............\Properties
........\............\..........\AssemblyInfo.cs,2982,2008-01-30
........\............\..........\Resources.Designer.cs,2885,2008-01-29
........\............\..........\Resources.resx,5612,2008-01-29
........\............\..........\Settings.Designer.cs,1110,2008-01-29
........\............\..........\Settings.settings,201,2008-01-29
........\............\RoutedTreeItemEventArgs.cs,2451,2008-01-30
........\............\Themes
........\............\......\Generic.xaml,235,2008-01-29
........\............\TreeLayout.cs,1995,2008-01-30
........\............\TreeUtil.cs,3412,2008-01-30
........\............\TreeViewBase.cs,37051,2008-01-30
........\............\TreeViewBase.Declarations.cs,38437,2008-01-30
........\............\WPF TreeView.csproj,4309,2008-01-29
........\WPF TreeView.sln,2917,2008-01-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BPC
    C语言编写的BP神经网络算法,通用性比较强,读着只需要在使用时改掉几个传递参数即可调用(C languages BP neural network algorithm, general comparison, and read only when the drop in the use of several transmission parameters can be called)
    2008-04-28 17:27:41下载
    积分:1
  • crc
    CRC源代码,C语言编写,希望各位同学下载斧正交流(CRC ABBBABFABBFABFBDABFABDBFABFA)
    2010-11-26 14:58:45下载
    积分:1
  • IntegratedNavigation
    实现gps/ins组合导航的C++程序,包括gps的数据获取,INS的机械编排 及组合解算(a system united by gps and ins.)
    2018-04-16 09:18:43下载
    积分:1
  • 485通讯
    通用stm32f103vct6 ,485通讯程序,包括通讯协议(General purpose STM32 485 communications)
    2017-09-19 14:40:14下载
    积分:1
  • calculator
    用MFC做计算器,满足MFC初学者的教学(make calculator by MFC)
    2010-09-30 14:06:18下载
    积分:1
  • Output Gcode
    该程序可以实现导入stl格式文件,输出G代码的功能。(Import STL format files and output Gcode is function of the program.)
    2020-11-23 17:19:34下载
    积分:1
  • AdoObject
    MFC使用ADO访问连接数据库,实现对数据的增删改查(MFC uses ADO to access a database connection, to achieve data CRUD)
    2014-05-25 15:40:50下载
    积分:1
  • chap3-simulator
    说明:  滑动窗口协议模拟。项目要求的所有功能应可视,要有简单的界面。由一台PC (或线程)向另一台PC(或线程)发送数据包时,界面应显示出双方 帧个数的变化,帧序号,发送和接受速度,暂停或重传提示等,界面 中必须动态显示数据帧的发送和接受情况,包括在相应的窗口详细显 示相应的ACK和其他收发数据帧后发出的消息,以表明模拟协议的正 确运作过程。在各种情况下,接受方和发送方窗口应实时显示帧的发 送和接受情况,包括序号,时间戳,内容等。以及窗口的填充和清空 情况。(sliding window)
    2010-04-14 13:41:26下载
    积分:1
  • MFC界面实例13个
    说明:  MFC c++ 编程13个例子 适合初学者学习(13 examples of MFC++ programming are suitable for beginners to learn)
    2019-07-01 11:33:49下载
    积分:1
  • MPEG4Deal
    说明:  C语言编写的MPG4解码程序,包括完整的解码及编码就结构,适合学习MPG4的相关数据结构及处理流程,(C language MPG4 codec procedures, including a complete decoding and encoding on the structure, MPG4 for learning the structure and the related data processing,)
    2009-08-17 16:39:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载