StrataFrame Forum

ListView item double-click

http://forum.strataframe.net/Topic28978.aspx

By Ian Hammond - 11/16/2010

I have noticed that if you double-click an row item in the listview, the child form is loaded. Can this event be trapped so that I can control how the child form is loaded or disabled ?

Many thanks
By Edhy Rijo - 11/16/2010

Hi Ian,

Yes, look at the BeforeChilFormExecuted event, there you can play with all the options of the e parameter to even preventing the child form to be shown.
By Ian Hammond - 11/16/2010

Hi,

Many thanks for that, issue resolved!

Best regards