PC Review


Reply
Thread Tools Rate Thread

DataGrid control scrolling

 
 
=?Utf-8?B?S0RW?=
Guest
Posts: n/a
 
      22nd Jun 2005
Can I programmatically control the scrolling of DataGrid control in Windows
Forms. I have DataGrid control which shows hundred of rows. I want a way of
scrolling the data grid to last row

KDV
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VGhvciBLb3JuYnJlaw==?=
Guest
Posts: n/a
 
      22nd Jun 2005
If you know what the index of the record you want to scroll to is... it is
this simple.


DataGrid1.CurrentRowIndex = 35

--
Thor Kornbrek
..Net Developer
http://www.geekguild.net


"KDV" wrote:

> Can I programmatically control the scrolling of DataGrid control in Windows
> Forms. I have DataGrid control which shows hundred of rows. I want a way of
> scrolling the data grid to last row
>
> KDV

 
Reply With Quote
 
=?Utf-8?B?S0RW?=
Guest
Posts: n/a
 
      23rd Jun 2005
Thanks. This will solve my problem

KDV

"Thor Kornbrek" wrote:

> If you know what the index of the record you want to scroll to is... it is
> this simple.
>
>
> DataGrid1.CurrentRowIndex = 35
>
> --
> Thor Kornbrek
> .Net Developer
> http://www.geekguild.net
>
>
> "KDV" wrote:
>
> > Can I programmatically control the scrolling of DataGrid control in Windows
> > Forms. I have DataGrid control which shows hundred of rows. I want a way of
> > scrolling the data grid to last row
> >
> > KDV

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scrolling DataGrid's selected row out of view selects next control Brian Tkatch Microsoft VB .NET 3 7th Jul 2006 08:35 PM
scrolling DataGrid Wasco Microsoft C# .NET 0 7th Dec 2005 08:05 AM
Scrolling in a DataGrid Thomas Beyerlein Microsoft VB .NET 1 4th Aug 2005 02:01 AM
scrolling in datagrid =?Utf-8?B?UGVyY3k=?= Microsoft Dot NET Compact Framework 1 12th Nov 2004 07:56 AM
datagrid scrolling...capturihng rows displayed in view of datagrid Patrick Microsoft Dot NET Framework Forms 3 7th Jun 2004 11:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:59 AM.