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!
views:
148answers:
2
                +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
                   2010-03-12 19:28:18
                
              Thank for the link, it is very useful for me.I've decided to write this control from scratch :)
                  Logrus
                   2010-03-16 16:53:32
                
                
                A: 
                
                
              You can build something rather similar from WTL::CPaneContainerImpl<> (in atlctrlx.h). Not ready out of the box though. cheers, AR
                  Alain Rist
                   2010-03-13 10:35:57