Tree view double click event ?

Hello ,,

I have a tree view displaying some files , and i want to open the file after double clicking the item but I can't found any double click event ..

What's the solution for this problem

Thank you,




Answer this question

Tree view double click event ?

  • Guybace

    Thank you all.

    Fixed after one hard working day,

    Best Regards,



  • MikeL.

    Ratheesh*MCP* wrote:

    Try the KeyPress event of the tree view.

    It will work with a single press of the Enter button

    Ratheesh

    Thank you for your reply

    I did that before and this was helpful while using the tree without the stylus ,But I want to open the file also with a double click on the tree ..

    To let the user open the file by double clicking it or he can just select it .

    I hope to hear a solution soon ..

    Thank you,



  • Andeezle

    Hi,

    Please don't any body have a solution for this issue , Because i really need it before the next 10 days ..

    Thank you,



  • itsplayed

    I use the NodeMouseDoubleClick event for that.

    http://msdn2.microsoft.com/en-us/library/system.windows.forms.treeview.nodemousedoubleclick.aspx

  • markbate

    Try the KeyPress event of the tree view.

    It will work with a single press of the Enter button

    Ratheesh



  • Fiddel

    Thank you for your reply,

    But this event is not available in the .NET Compact Frame Work, It's only available in the .NET Frame Work .

    Waiting for any solution,

    Best Regards,



  • Tree view double click event ?