Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
TOOLS:Header, Design
TOOLS:Header, Design
scrollbar

...

Control is used by Project Explorer

Tree view control implementation

Use MVP pattern to clean up current source of project explorer.
Inject Node Builders to perform treebuilding logic.
Enable lazy loading of tree, only build visible items, build other items when tree is expanded.
possibly use structuremap to help refactor current sources

...