Hello George,
Thank you for writing.
When the RadListView is double clicked, an item is selected. This happens when the mouse button is released (the MouseUp event) and if the control isdisposed there will be no items and an exception will occur. Generally you should not manually dispose any controls or components. They will be disposed when their parent form is disposed . Detailed information is available here: c# - Winforms Disposing IDisposable.
I hope this will be useful.
Regards,
Dimitar
Telerik
Thank you for writing.
When the RadListView is double clicked, an item is selected. This happens when the mouse button is released (the MouseUp event) and if the control is
I hope this will be useful.
Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items