vote up 0 vote down star

I need to distinct the action in BeforeExpand event of TreeView. The problem is that the DoubleClick event is lunched after BeforeExpand event.

When user double clicks the tree node the DoubleClick event is fired - which is ok, but the node is expanded/collapsed. I'd like to limit that the user needs to click '+' to expand the node and block the expand/collapse on double click - is this even possible? The TreeViewCancelEventArgs isn't much of a help since there is no information on how the node is expanded...

flag

1 Answer

vote up 1 vote down check

Stop auto expand/collapse on double-click

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.