-
Notifications
You must be signed in to change notification settings - Fork 47
/
ReleaseNotes.txt
95 lines (69 loc) · 2.97 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
1.7.0
+ EditableNodeControl imroved
+ NodeCombobox improved
+ Autosize columns
+ ListModel
+ Bugfixes and minor changes
1.6.2:
+ HorizontalScrollPosition added
+ Fixed: Rendering issues with ExpandingIcon column with UseColumns
1.6.1:
+ Fixed: DragAutoScroll() is not working when FPS low.
+ Tutorial project in VB and a short documentation added (Thanks to Richard Pope).
1.6:
+ Asynchronous nodes expanding feature added
+ Tooltips added to the column headers
+ Bug in CheckBoxNodeControl using in VirtualMode fixed
+ Bug in HScrolllBar fixed
1.5:
+ Column resizing behaviour improved
+ GridLineStyle property introduced
+ Additional navigation keys support added (+,-,*)
+ ExpandAll, CollapseAll methods added to TreeNodeAdv class
+ Incremental search works like in standard TreeView now. Warning: no Search property anymore!
+ ClearSelection method optimized
+ Performance during Expand/Collapse/FullUpdate improved
+ UseCompatibleTextRendering property added to BaseTextControl class.
1.4.4:
+ Bug during drag&drop of nodes in SimpleExample fixed.
1.4.3:
+ Perfromance bug fixed: The complexity of CreateRowMap method is now O(n), instead of O(n^2)
1.4.2:
+ Two new events added: IsVisibleValueNeeded and IsEditEnabledValueNeeded. Now it's possible to control
the visibility and the editability of each particular node.
+ Loosing changes in EditableControl when leave TreeView bug fixed.
+ Node.Tag property added.
1.4.1:
+ Some times TreeViewAdv crashes when used in different threads on multi-processors machine. Fixed.
+ Bug with selecting row when FullRowSelect is true fixed. (thanks Sean)
1.4:
+ Columns are now reorderable. New event ColumnReordered and new property AllowColumnReorder were introduced.
Warning: NodeControl.Column property is no longer exist! Use NodeControl.ParentColumn.
+ Font property added to DrawEventArgs class
+ Minor improvements in column headers drawing
1.3:
Many thanks to Virgil Dupras for his ideas and comments.
Some of them were implemented in this release:
+ Column headers are now clickable and will generate OnColumnClicked event,
SortOrder property is added to TreeColumn class, if set a small mark will
be drawn in the column header. SortedTreeModel is introduced for a default
sorting implementation, it can be used as a decorator for ITreeModel
(see FolderBrowser f.e.)
+ KeepNodesExpanded property becomes obsolete and is always true now.
A new algorithm of keeping nodes expanded during refresh is used.
+ DrawText event is added to BaseTextControl(you can dynamically change a
text color f.e.)
+ Fields binding posibility is added to BindableControl
1.2.2:
+ Fixed: CheckBox in the scrolled position does not work
+ Fixed: Cursor property does not work
1.2:
+ AutoRowHeight: Automatically resize row height base on it content
+ Incremental Search: Navigate to a node by typing first chars from it's label
+ NodeNumericUpDown control
1.1:
+ Autoscroll during drag&drop
+ Display dragging nodes
+ Performance counter
1.0:
First release.