Android Question Disable animation CustomListView

MichalK73

Well-Known Member
Licensed User
Longtime User
Hello

How to disable zoom animation when loading list item for CustomListView?
 

DonManfred

Expert
Licensed User
Longtime User
Set your Layouts "Animation" Property to 0
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

MichalK73

Well-Known Member
Licensed User
Longtime User
Ok my mistake as I'm still looking at having to set animated = 0 in the CustomListView component. I forgot that it is also animated in Activity for the panel.
Just changed the animated panel. The main form was not needed.

Thanks
 
Upvote 0
Top