scrolling complete column in DataGridView?

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Hi!
I need to scroll horizontal only an integer column, not per pixel. I
thougt it would be best to override the onscroll method, but the
standard behavior doesn't change even if I do nothing in onScroll
 
Hi!
I need to scroll horizontal only an integer column, not per pixel. I
thougt it would be best to override the onscroll method, but the
standard behavior doesn't change even if I do nothing in onScroll

*** Sent via Developersdexhttp://www.developersdex.com***

Hi,

You can detect the width of the column and then scroll by that
amount.
IIRC Access do it like that.
 

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