Hi,
I am populating the treeview's nodes on a Task in the background. As part of this, I want to prevent the user performing any actions on the treeview, such as clicking nodes etc. Therefore I want to disable any mouse and keyboard input/interactions.
SuspendUpdate is no good as I still want to be able to resize a form and the control to resize too. Also setting Enabled to false will not suffice as this greys out the control.
Thanks
Andez
I am populating the treeview's nodes on a Task in the background. As part of this, I want to prevent the user performing any actions on the treeview, such as clicking nodes etc. Therefore I want to disable any mouse and keyboard input/interactions.
SuspendUpdate is no good as I still want to be able to resize a form and the control to resize too. Also setting Enabled to false will not suffice as this greys out the control.
Thanks
Andez