I just tried to use the event OnHeaderDblClick of the VirtualStringTree Component (Version 4.8.7) Is it possible, that this event is not working?
Or is there some option that I need to set to get it to work?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re right, it cannot work. Mike forgot to call the
TBaseVirtualTree.DoHeaderDblClickwhat fires theOnHeaderDblClickin VirtualTreeView version 4.8.7.It is fixed in VirtualTreeView version 5.0.0 as ain mentioned in
TVirtualTreeColumns.HandleClickmethod.