List View Question

  • Thread starter Thread starter Jeff Williams
  • Start date Start date
J

Jeff Williams

With a list view is it possible and if so how to turn off the search
function.

What I mean is if you are in a list view and start typing it will search
the first column to match or close match a value in the first column
like auto complete. I dont need this to happen.

if
column 1 contains a series of numbers from 1 to 500. If you enter 234
while in the list view it scrolls to the row which has 234 in the first
column. The only control the user needs to have in my app is the use of
the vertical scroll bar.
 
Hi,

| With a list view is it possible and if so how to turn off the search
| function.
|
| What I mean is if you are in a list view and start typing it will search
| the first column to match or close match a value in the first column
| like auto complete. I dont need this to happen.
|
| if
| column 1 contains a series of numbers from 1 to 500. If you enter 234
| while in the list view it scrolls to the row which has 234 in the first
| column. The only control the user needs to have in my app is the use of
| the vertical scroll bar.

You can always use the KeyDown event to just swallow it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top