If I have 2 Tabs, Tab1 is having Textfield with some value filled in it. So title is already at the top of text field.
When I click on Tab1 and then on Tab2 and revisit Tab1, Title animates and goes up every time leaving all UI distorted.
I am using a custom control which internally uses text field which has a command to navigate to other page and comes back to page.
After clicking on Tab 2 and comong back to Tab1
Findings from @enisn regarding this issue as mentioned in this issue.
It happens because of technical limitations. It releases events when removed from layout and re-registers when it's visible again. Since the locations are set by an animation, they're re-animated when become visible. You can create another issue for this problem. Maybe I can handle page rendering and set label position without animating
If I have 2 Tabs, Tab1 is having Textfield with some value filled in it. So title is already at the top of text field. When I click on Tab1 and then on Tab2 and revisit Tab1, Title animates and goes up every time leaving all UI distorted.
I am using a custom control which internally uses text field which has a command to navigate to other page and comes back to page.
After clicking on Tab 2 and comong back to Tab1
Findings from @enisn regarding this issue as mentioned in this issue. It happens because of technical limitations. It releases events when removed from layout and re-registers when it's visible again. Since the locations are set by an animation, they're re-animated when become visible. You can create another issue for this problem. Maybe I can handle page rendering and set label position without animating