How to keep ComboBox from scrolling? C#
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-06-03T16:30:02Z
Indexed on
2010/06/03
16:34 UTC
Read the original article
Hit count: 162
I have a ComboBox. It is critical that the user cannot scroll by accident and change the selected value.
How can I prevent the ComboBox from changing the value and text when the use scrolls? Thanks.
Visual Studio 2008
© Stack Overflow or respective owner