Is there a way to lock the ListBox (check box listBox) as same way as TextBox?
I have a ListBox in my project where its items get populated programmatically and I want my uses to have access in record view mode (scroll up/down) but allow no editing (no checking/un-checking items) .
I'm currently using Enable property to False in view mode. The problem with that is my users can not see all the items as they can not scroll when the control disabled.
Any help greatly appreciated.
Thanks
I have a ListBox in my project where its items get populated programmatically and I want my uses to have access in record view mode (scroll up/down) but allow no editing (no checking/un-checking items) .
I'm currently using Enable property to False in view mode. The problem with that is my users can not see all the items as they can not scroll when the control disabled.
Any help greatly appreciated.
Thanks