views:

148

answers:

2

Hi! 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!

+1  A: 

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
Thank for the link, it is very useful for me.I've decided to write this control from scratch :)
Logrus
A: 

You can build something rather similar from WTL::CPaneContainerImpl<> (in atlctrlx.h). Not ready out of the box though. cheers, AR

Alain Rist
No, I think this is not that thing I need, thank you!
Logrus