setlayoutanimated

  1. M

    iOS Question Height with "SetLayoutAnimated" will not be animated

    Hi i found out that if i set an Height using setlayoutanimated to increase, it works.. but if i want to decrease, that will not be animated. This is the function that i call when i click on a panel (where inside there is the green label) Sub CheckCibo(parent As B4XView, Index As Int) Dim p...
  2. LucaMs

    Android Question [Solved] SetLayoutAnimated - Different behavior between B4J and B4A

    "Same project" (B4XPages): B4J: B4A:
  3. M

    Bug? SetLayoutAnimated doesn't work

    hi, i'm trying to animate a bit my UI but i noticed that the "SetLayoutAnimated" feature doensn't work, nothing is animated at all, the only behavior is: invisible, and then after the specified time visible in the position i wanted to be. Without any animation. pnlHomeContent.Left =...
  4. Sandman

    iOS Question [SOLVED] Does SetLayoutAnimated not smoothly animate anchored views also?

    I've got a panel, lets call it P, that I've loaded another layout, let's call it X, into. The X layout have four small panels in it, in each corner of the layout. All of these small panels are anchored to its respective corner. When I do a P.SetLayoutAnimated, the panel does resize smoothly...
  5. K

    Android Question customlistview setlayoutanimated

    Hii Expert I designing CustomListView in my app. I need it five different times and in five different look with other layout I have issue with p.SetLayoutAnimated(0,0,0,60%x,35%x) I am confuse about how to give width and height, so is their is any way to get panel used height also if i'm...
Top