Sorting wxTreeCtrl

Given some tree item id, (the root, or some other item you've added) you
can do:

  tree.Expand(item)

or
  tree.ExpandAllChildren(item)

or
  tree.ExpandAll()

depending on what kind of expanding you want to do.

···

On 9/22/11 1:10 AM, 占쌍울옙占쏙옙 wrote:

but how can I expand the wx.treectrl when I load the form?

--
Robin Dunn
Software Craftsman