How To Scroll a TStringGrid dynamically?
I am working in the Borland C++Builder IDE, using VCL controls. I am trying to get a TStringGrid component to scroll down to a row and highlight that row, based on user input in a different form. I开发者_C百科 have the highlight portion done, but I can't figure out how to scroll the grid down to the correct row. Anyone here know?
Set the TopRow
property.
精彩评论