Home All Groups Group Topic Archive Search About

Scrolling a Datagrid with code

Author
24 Feb 2006 5:36 PM
J-Rod
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

Author
25 Feb 2006 7:12 AM
Cor Ligthert [MVP]
J-Rod,

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

Cor
Author
25 Feb 2006 4:56 PM
J-Rod
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.
Author
26 Feb 2006 6:58 AM
Cor Ligthert [MVP]
>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.
>

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