TreeView-Expand

Started by Christian Weilguny, September 20, 2010, 09:21:34 PM

Previous topic - Next topic

Christian Weilguny

Hi,

I tried to expand automatically the root-items of a TreeView after filling it in the WM_CREATE.

This doesn't work. I think, because the Control isn't drawn at this time.
But, in which event I can put this to get an expanded TreeView at programmstart ?

Christian

Christian Weilguny

Problem is cleared.

There was a type errror  :-[

Christian