/// <summary> /// Initializes a new instance of the <see cref="Xwt.TreeView"/> class. /// </summary> public TreeView() { columns = new ListViewColumnCollection(this); }
/// <summary> /// Initializes a new instance of the <see cref="Xwt.TreeView"/> class. /// </summary> public TreeView() { columns = new ListViewColumnCollection(this); VerticalScrollPolicy = HorizontalScrollPolicy = ScrollPolicy.Automatic; }