M marcelo_efn Member Licensed User Longtime User May 23, 2021 #1 Hi everyone I congratulate @Erel for the PreoptimizedCLV library. It has an excellent performance. Does anyone know if it is possible to resize an item containing a variable height label? Could CLV.ResizeItem() be used? Does anyone have an example? Thanks
Hi everyone I congratulate @Erel for the PreoptimizedCLV library. It has an excellent performance. Does anyone know if it is possible to resize an item containing a variable height label? Could CLV.ResizeItem() be used? Does anyone have an example? Thanks
Erel B4X founder Staff member Licensed User Longtime User May 24, 2021 #2 Not possible. If you need to support resizing then use CLV with lazy loading. You can get very good performance if implemented correctly. Upvote 0
Not possible. If you need to support resizing then use CLV with lazy loading. You can get very good performance if implemented correctly.