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 6173549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:35:43+00:00 2026-05-23T23:35:43+00:00

how to make an auto scroll for a String Grid? A property "Row" or

  • 0

how to make an auto scroll for a String Grid?

A property "Row" or "TopRow" does not help if a String Grid is invisible (e.g. on a hidden frame): no cells are selected. If to show it – it’s cell becomes selected and "Row"/"TopRow" works.

Try. In a design time. A String Grid: 100 rows, visible:=false. On a button’s click:

StringGrid1.Row := 99; 
StringGrid1.Visible := true. 

And return "visible" to true for the String Grid. Please see a difference.

Thanks!

  • 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-23T23:35:44+00:00Added an answer on May 23, 2026 at 11:35 pm

    Call HandleNeeded before setting the row if the string grid has never shown before:

    StringGrid1.HandleNeeded;
    StringGrid1.Row := 99;
    
    // later
    StringGrid1.Visible := True;
    

    Initially invisible, the string grid window has not been created yet. Setting the row sets the property but cannot scroll a non-existing window.

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

Sidebar

Related Questions

I'd like to open a html-page in a webview and make it auto-scroll downwards
I'm trying to make a row of thumbnails scroll automatically within their DIV depending
How exactly do you make an auto-refreshing div with JavaScript (specifically, jQuery)? I know
I'm trying to make an auto login script and I'm stuck on the submit
I'm trying to make sure some data is auto-deleted when there's no more references
I don't know how make my application as auto start application.That is my expectation
make is not only useful for building your programming project, but it seems to
I'm attempting to make an auto-indenting textarea and so far it works with the
I am using Jquery to make an image scroll across my page horizontally. The
I have lots of radiobutton in a panel with auto scroll set to true

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.