AlohaKit.Controls icon indicating copy to clipboard operation
AlohaKit.Controls copied to clipboard

ProgressBar seems to be broken

Open Dreamescaper opened this issue 2 years ago • 0 comments

Set the following MainPage:

            MainPage = new ContentPage
            {
                Content = new VerticalStackLayout()
                {
                    Children =
                    {
                        new AlohaKit.Controls.ProgressBar()
                    }
                }
            };

Expected result: Lonely page with a ProgressBar.

Actual result:

System.ArgumentException: 'Unable to find IAnimationManager for 'AlohaKit.Controls.ProgressBar'. (Parameter 'animatable')'

Dreamescaper avatar Feb 08 '23 21:02 Dreamescaper