Added the source code of Aga.Controls (TreeViewAdv for .Net) version 1.7.0.0.
2 using System.Collections.Generic;
5 namespace Aga.Controls.Tree
7 public enum DrawSelectionMode
9 None, Active, Inactive, FullRowSelect
12 public enum TreeSelectionMode
14 Single, Multi, MultiSameParent
17 public enum NodePosition
22 public enum VerticalAlignment
27 public enum IncrementalSearchMode
29 None, Standard, Continuous
33 public enum GridLineStyle
38 HorizontalAndVertical = 3
41 public enum ImageScaleMode
48 /// Scales image to fit the display rectangle, aspect ratio is not fixed.
52 /// Scales image down if it is larger than display rectangle, taking aspect ratio into account
56 /// Scales image up if it is smaller than display rectangle, taking aspect ratio into account
60 /// Scales image to match the display rectangle, taking aspect ratio into account