Scrollbars do not affect the teegrid

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Ludo
Newbie
Newbie
Posts: 9
Joined: Tue Mar 04, 2025 12:00 am

Scrollbars do not affect the teegrid

Post by Ludo » Wed Mar 19, 2025 8:53 am

in version 1.17 using c++ builder 12.0 64 bit. the scrollbars do not match the scrolling (by mouseWheel)
and manually move the scrollbars will not scroll the contents.

before i used 1.14 without problems but upgrading broke the function of the scrollbars.

Marc
Site Admin
Site Admin
Posts: 1298
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Scrollbars do not affect the teegrid

Post by Marc » Fri Mar 21, 2025 1:24 pm

Thank you for the error report. We are checking the issue.

Regards,
Marc Meumann
Steema Support

Marc
Site Admin
Site Admin
Posts: 1298
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Scrollbars do not affect the teegrid

Post by Marc » Tue Mar 25, 2025 9:28 am

Hello,

We're unable to reproduce the problem in RAD Studio 12 (Version 29.0.53982.0329 ). Are you able to send us a small sample project that reproduces the issue. Tested with with VCL C++ x64.

gridscroll.gif
gridscroll.gif (195.47 KiB) Viewed 3457 times

Regards,
Marc Meumann
Steema Support

Ludo
Newbie
Newbie
Posts: 9
Joined: Tue Mar 04, 2025 12:00 am

Re: Scrollbars do not affect the teegrid

Post by Ludo » Tue Mar 25, 2025 1:24 pm

Hi Marc,

sorry for the late reply.. i will try to reproduce the issue (i now reverted all my projects back to 1.14)
so i will need some time to setup another machine.

for now some insight. i am only using the teegrid for FMX projects. perhaps the issue lies with FMX. for VCL (the few apps i use it for) i find the listview suitable so there is only the focus for FMX for me.

i hope to create a test application soon.

Post Reply