Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6389679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:26:03+00:00 2026-05-25T03:26:03+00:00

I have GridControl (DevExpress) of form. I want to call some method when position

  • 0

I have GridControl (DevExpress) of form. I want to call some method when position of vertical scrollbar in the end. Is this possible? Thanks.

EDIT
My solution(not exactly solve the question, but work great for me):

void gvDisplay_TopRowChanged(object sender, EventArgs e)
{
    if (gvDisplay.IsRowVisible(gvDisplay.RowCount - 1) == RowVisibleState.Visible)
    {
        _lastFocusedRowHandle = gvDisplay.RowCount;
        LoadNextPortionOfData();
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:26:04+00:00Added an answer on May 25, 2026 at 3:26 am

    I haven’t used devexpress before but the way in going about handling this should still be the same or similar regardless as you will still need to create your own extended event. The following is what would be done for the default windows forms, if devexpress extends on this then there should be no problem.

    Handling this would be done by an event being triggered. The component class you are using should have a Scroll event, this event is called when the position of the scroll bar changes. If you create a new component class and have it inherit from the component class you want you can then add features that you want. In this new component class you need to extend the event Scroll to check the Value property of the scrollbar. When using this new component class it will still have all the functionality that the original had but now with the new features you added.

    For more reading:
    Scrollbar class
    http://msdn.microsoft.com/en-us/library/t2htecew.aspx

    Scrollbar Scroll event
    http://msdn.microsoft.com/en-us/library/system.windows.forms.scrollbar.scroll.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a DevExpress GridControl and i want each cell to be multiline. I
i have Devxpress GridControl on the form, and i want to send data on
I have a GridControl on my windowsform. On a column, I want to show
I am doing silverlight 4 app. I have DevExpress GridControl with 4 columns. I
I currently have a DevExpress GridControl where one of the columns have a GridLookUpEdit
I have a devexpress.XtraVerticalGrid.VGridControl, I have two columns on this grid. Column1 is a
I have a Devexpress.XtraGrid.GridControl that I have set the DataSource to a DataTable .
I have created usercontrol GridEx:UserControl. On that control I putted GridControl (DevExpress datagrid control).
I need some help creating this extension method. My view inherits from <%@ Page
Hi I have a devexpress grid on the form. I enable the incremental search

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.