I'm working in a legacy project, in Delphi 7, which uses the Express Quantum Grid 5, from DevExpress.
My grid cannot show scroll bars, so I have an external navigator to control the scrolling.
I can scroll using the GridView.Site.ScrollContent(ADirection)
method, but I don't know how to identify if there is some data to be scrolled in any one of the four directions (Up, Down, Left and Right).
I need to know this to be able to disable the navigation buttons when no navigation is needed.
Do anybody know any solution or workaround for this problem? I could not find any method in the grid or its parts that can give me this information.