예제 #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;
 }