epreston / PSTreeGraph

A tree graph view control for iPad applications. This is a port of the sample code from Max OS X to iOS (iPad).

Home Page:http://epreston.github.io/PSTreeGraph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you select arbitrary nodes?

ksilz opened this issue · comments

It wasn't clear to me from the example whether you can select any node in the tree, even if the node can't be expanded.

Yes, you should be able to select any node that is displayed. Just tap it. The default yellow highlight shows the selection state. (developers or people with hardware keyboard can navigate using w,d,s,a, keys to change the selection state as well)

It is possible to select a child node, collapse it, expand it again and it is still selected. Hope this helps. :-)

Hi,

Thank you for the reply!

Karsten

Sent from my iPhone

Am 20.09.2011 um 01:20 schrieb Ed Prestonreply@reply.github.com:

Yes, you should be able to select any node that is displayed. Just tap it. The default yellow highlight shows the selection state. (developers or people with hardware keyboard can navigate using w,d,s,a, keys to change the selection state as well)

It is possible to select a child node, collapse it, expand it again and it is still selected. Hope this helps. :-)

Reply to this email directly or view it on GitHub:
#5 (comment)