Search found 16 matches

by InfraTec
Thu Jul 27, 2023 11:12 am
Forum: VCL / FMX
Topic: Disable horizontal scrolling at runtime
Replies: 4
Views: 16074

Disable horizontal scrolling at runtime

I have a TeeGrid with horizontal scrollbar only. It's necessary to disable this horizontal scrolling at runtime.
I tried TScrollingMode.None, TScrollDirection.Disabled and Scrolling.Active=False but with no success. Is there a way I can stop scrolling?