Commit History

Author SHA1 Message Date
  tznind 2d7b3f4f52 Added interactive scenario (create and delete tree nodes on demand). Added Tag and Text to interface for ITreeNode 4 years ago
  tznind db3d784a1a Added caching of BuildLineMap results for better performance with very large trees 4 years ago
  tznind 14244d2c19 Improved performance of TreeSelection.Contains 4 years ago
  tznind f21f21522f Added SelectAll and made OnSelectionChanged protected 4 years ago
  tznind 74f5dd8dc5 Fixed not rendering last character of line when text is too long (and truncated) 4 years ago
  tznind 5b763bd44f Added ExpandAll / CollapseAll (shortcut Ctrl + Right/Left) 4 years ago
  tznind 76f81d2bdd Fixed `IsSelected` using reference comparison instead of equality 4 years ago
  tznind 66a779cb41 Fixed Rebuild not going to bottom of hierarchy 4 years ago
  tznind f675b3b39c Added new scenario ClassExplorer which presents all Types and Methods divided by assembly 4 years ago
  tznind 01b899fb37 test for multi select, mouse fix and collapse selection fix 4 years ago
  tznind c3253e965d Added GetAllSelectedObjects 4 years ago
  tznind 06bb01a68f Added ability to select multiple branches at once 4 years ago
  tznind eb97e64830 Made 'LeaveLastRow' optional as new property in TableStyle 4 years ago
  tznind 6066d711ad Allowed 1 extra line of vertical scrolling down (past end of tree) 4 years ago
  tznind 1a00376885 Added more tests and fixed GetContentWidth when Bounds have 0 Height 4 years ago
  tznind 2884b8e94d Added horizontal scrollbar, fixed tests 4 years ago
  tznind a1fe75a983 Added horizontal scrolling 4 years ago
  tznind 50119da955 Fixed ofY in mouse handler and made ContentHeight real time 4 years ago
  tznind bea15c54c9 Added scroll bar to tree view example 4 years ago
  tznind 4b6f3569ef Added basic use cases and new article 4 years ago
  tznind c7174c3b46 Handled case where nodes return null for ToString 4 years ago
  tznind aef698ac1f Added unicode symbols option to UICatalog 4 years ago
  tznind 0222105d7c Added PositionCursor implementation 4 years ago
  tznind 7d7be9ef48 Fixed long treeview lines overspilling control bounds 4 years ago
  tznind 78f0c7c276 Added mouse support 4 years ago
  tznind 51aefce32b changed expand color settings to use ColorScheme 4 years ago
  tznind 64042132ed Fixed collapse scrolling and color for expand/collapse 4 years ago
  tznind 899ef1ffea Fixed mixing public fields and properties 4 years ago
  tznind 33cf23c0d7 Moved styling logic into new class TreeStyle 4 years ago
  tznind 3d1b40cd08 Updated scenario to show both trees at once 4 years ago