OliveInto
OliveInto
The problem also appears with Shell.Current.GoToAsync() method, as the visual state of buttons will not go back to "normal" and navigation will loss animation on windows platform regardless of setting...
> > Here is the work around that I used to resolve this issue. > > Create a handler and add the following into the ConnectHandler platformView.VerticalScrollBarEnabled = true; platformView.ScrollBarStyle...
> Could you, by any chance share your scrollview_thumb file? > > Your workaround work well, thanks for that 😁 I made a simple one, please change the color value...
Just to metion another problem, FontImageSource seems to be more blur compared with using same font directly in label.
https://github.com/microsoft/microsoft-ui-xaml/blob/6b6cff9ac058bb290a664cd6cc1e6355d4be1aca/src/controls/dev/CommonStyles/CommandBar_themeresources.xaml#L883 From Maui user, I guess the problem is in this file. we need to set the height of "WindowedPopupPadding" not simply by binding, which adds unnecessary blank in the...