I am newbie in English, sorry :) How to create something like Expander control in WPF using only WinAPI (ATL/WTL)? Are some experince avaliable? Thank for answers!
Asked
Active
Viewed 574 times
2 Answers
1
Not sure how the Expander control looks but there is a good collection of WTL widgets available here. It might get you started - there is some very cool code available.

Rob
- 76,700
- 56
- 158
- 197
-
Thank for the link, it is very useful for me. I've decided to write this control from scratch :) – Logrus Mar 16 '10 at 16:53
0
You can build something rather similar from WTL::CPaneContainerImpl<>
(in atlctrlx.h). Not ready out of the box though.

Alain Rist
- 827
- 6
- 11