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).
http://epreston.github.io/PSTreeGraph/
259 stars 50 forks source link

Can you select arbitrary nodes? #5

Closed ksilz closed 13 years ago

ksilz commented 13 years ago

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.

epreston commented 13 years ago

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. :-)

ksilz commented 13 years ago

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: https://github.com/epreston/PSTreeGraph/issues/5#issuecomment-2139943