scrolling complete column in DataGridView?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert

    scrolling complete column in DataGridView?

    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 Developersdex http://www.developersdex.com ***
  • Ignacio Machin ( .NET/ C# MVP )

    #2
    Re: scrolling complete column in DataGridView?

    On May 7, 3:17 am, Robert <robert.k...@na chtalb.dewrote:
    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 Developersdexht tp://www.developersd ex.com***
    Hi,

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

    Comment

    Working...