ImLearningDotNet
Member
Hello all,
What im trying to do is not allow a user to click on a listbox.
Here is my code:
But the property is immutable, so I cannot change it. I tried creating a new listbox so that I can use its CanSelect property but, I havn't been able to figure it out because I am unable to change the property of that listbox either. Any help would be greatly appreciated. Thanks
What im trying to do is not allow a user to click on a listbox.
Here is my code:
VB.NET:
ExampleListBox.CanSelect = False
Last edited: