Skip to content

A completely customized Win32 tree control with node animation, custom background image and more.

Notifications You must be signed in to change notification settings

huxia1124/STXAnimatedTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STXAnimatedTree

A tree control with animation. Pure Windows API implementation from scratch. (built around the year 2012)

This animated tree control follows the API pattern as the standard tree control. Common event notifications are also implemented. Integated with MSAA, making it ready for UI test automation.

Why do the member functions have "Internal_" prefix?

Because the implementation was not complete. My initial intention was to make those member functions thread-safe but did nothave time to finish. The thread-safe member functions will send a message to the window handle, rather than changing its member variables directly.

Demo

About

A completely customized Win32 tree control with node animation, custom background image and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published