Skip to content

xlat/treelist

 
 

Repository files navigation

TreeList

A combined win32 ListView/TreeView forked from Anton Zechner's TreeList

Here is a view of the sample application that comes with the original code: Cpp sample

I am working to wrap it into a visual control for PowerBuilder and for now my PB sample look like that: PB sample

I am also adding some functionnalities, for now:

  • the TreeList header can have its own image list instead of sharing it with the tree / list part this can be activated by using the TVS_EX_HEADEROWNIMGLIST extended style.
  • the control responds to the WM_GETFONT message
  • the Visual Studio solution can build a standalone dll

I am also fixing some bugs, as I encounter them. These fixes should be sent back to Mr. Zechner, but I changed somewhat the coding style to my habit and sending a patch would not be so easy...

About

A combined win32 ListView/TreeView forked from Anton Zechner's TreeList

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.5%
  • Perl 39.4%
  • C 7.1%
  • Other 1.0%