简体   繁体   中英

TVertScrollBox in Delphi XE6 FireMonkey is very, very slow. Fix?

I am currently building a FireMonkey App for Android. I have a function that gets a number out of the database, and using that number, it generates the same amount of rectangles. These rectangles are added into a TGridLayout. Right now I have close to 60 rectangles generated, and the TVertScrollBox works unresponsive, slow and choppy. Is there any way to implement another way of scrolling into my app? Or something to fix this slow and unresponsive scrolling?

Utilize TImageCacheLayout to cache your components as bitmaps. Should increase speed. The slow scrolling of a TListBox with a lot of components on Android is fixed in Delphi XE8.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM