Hey there,
i have implemented the ScrollViewSwipe sample ( https://github.com/fusetools/fuse-samples/blob/master/Samples/Controls/ScrollViewSwipe/MainView.ux ) and i am looking for a way to show the headerPanel when the view is loaded. Right now the headerPanel gets visible after first Swipe/Scroll but i need it initial visible.
the expression Y=“max({ReadProperty swipeAnim.Progress}, {ReadProperty scrollAnim.Progress})-1” resturns -1 at the beginning becuase swipeAnim.Progress and swipeAnim.Progress are 0 when loaded which is correct and -1 returns then -1, but i need a 0 at the beginning.
any ideas?
Thank’s
Tom