示例#1
0
文件: TreeView.cs 项目: joncham/xwt
 /// <summary>
 /// Initializes a new instance of the <see cref="Xwt.TreeView"/> class.
 /// </summary>
 public TreeView()
 {
     columns = new ListViewColumnCollection(this);
 }
示例#2
0
文件: TreeView.cs 项目: dlech/xwt
 /// <summary>
 /// Initializes a new instance of the <see cref="Xwt.TreeView"/> class.
 /// </summary>
 public TreeView()
 {
     columns = new ListViewColumnCollection(this);
     VerticalScrollPolicy = HorizontalScrollPolicy = ScrollPolicy.Automatic;
 }