Scrolling a Datagrid with code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • J-Rod

    #1

    Scrolling a Datagrid with code

    Hi all. I am using a datagrid and have removed the scrollbars. I
    instead put arrow buttons to scroll up or down. The scrolling is way
    to slow. When i click on the buttons, there is a significant delay
    before the grid actually scrolls. Any suggestions? I am using VB
    2005.

    oh, and the datagrid is from a third party add-on

  • Cor Ligthert [MVP]

    #2
    Re: Scrolling a Datagrid with code

    J-Rod,

    I am curious why you use a datagrid in VB2005 while there is for that
    standard the DataGridView

    Cor


    Comment

    • J-Rod

      #3
      Re: Scrolling a Datagrid with code

      I am using a third party software to make the datagrid more visualy
      appealling. The datagridview works great but the datagrid i am using
      has more functionality.

      Comment

      • Cor Ligthert [MVP]

        #4
        Re: Scrolling a Datagrid with code

        >I am using a third party software to make the datagrid more visualy[color=blue]
        > appealling. The datagridview works great but the datagrid i am using
        > has more functionality.
        >[/color]

        Why are you than giving us wrong information. As that thirth party datagrid
        does not work as you with, than you have in my opinion so search in the
        newsgroup from that vendor, or to contact him.

        If you write here about a datagrid, than it is a windows form datagrid.

        Cor


        Comment

        Working...