lite_one
(lite one)
March 5, 2025, 11:21pm
1
Hello everyone. Is there an extension to specify the height of a specific item in ListView?
I know that there is a high percentage, but it applies to everyone. I want to specify a specific item.
1 Like
Then you may go with dynamic extension or compcreator
Dynamic Components Extension
that supports every component in your AI2 distribution, instead of having pre-defined components.
I thought about making a full method to create all dynamic components without creating different blocks for every component because it would be useless. So I was trying to find a proper solution for a long time. And here it is!
The minimum required API version for this extension is 1 .
It basically uses Java’s Reflection feature, so this allows you to create…
NEWEST V3 HERE:
Thanks for yusufcihan ’s wonderful Dynamic Components extension, we can create UI dynamicly as our wish.
This is a lite version of DynamicComponents extension, it create and return an component directly, you may save it to a variable, or into a list or a dictionary for later use.
BLOCKS
[2021-08-29_213024]
only 2 blocks, no ID needed.
DEMO
how to create a card view:
[2021-08-29_220043]