Front View plug-in does not init if no sensor added.
Fixing some format to make strings shorter.
Now trying to start SoundGraphAccess.exe process from same directory.
Packed mode now can display three sensors along with the current time.
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