如何滚动内含 TListbox 的 TVertscrollBox

问题描述 投票:0回答:1

我在 TVertScroll 内有一些组件,里面还有一个 ListStyle = Horizontal 的 tListBox。

选择其他组件时,屏幕可以正确向上或向下滚动,但当我选择 TListbox 时除外。

有谁知道当为 TVertScroll 选择 TListBox 时如何向上或向下转移屏幕滚动控制。

delphi listbox firemonkey delphi-10.3-rio
1个回答
0
投票

我只是添加 GestureManager 并设置: [1]:https://i.stack.imgur.com/JJqHp.png 它允许上下滚动

© www.soinside.com 2019 - 2024. All rights reserved.