Content in the command bar ie. ToolBar item icons do not fill the available vertical space.
When the more (路路路) button on the toolbar is clicked, the content in the CommandBar
shifts up.
Note: Only occurs when targeting UWP platforms > 16299.
May be related to #5661.
The command bar should expand but not shift upward.
The command bar expands and shifts upward.
Last known good version:
_N/A - Related to UWP platform change._
https://github.com/microsoft/microsoft-ui-xaml/issues/275
IDE: Microsoft Visual Studio 2019
Before
After
@jfversluis Hi Gerald. Do you know if this issue is fixed with https://github.com/xamarin/Xamarin.Forms/pull/8625?
@velocitysystems it might be! I've created a new build of that PR on top of master, you should be able to download the NuGet here: https://dev.azure.com/xamarin/public/_build/results?buildId=11995&view=artifacts&type=publishedArtifacts
Would you be able to try it?
@velocitysystems it might be! I've created a new build of that PR on top of master, you should be able to download the NuGet here: https://dev.azure.com/xamarin/public/_build/results?buildId=11995&view=artifacts&type=publishedArtifacts
Would you be able to try it?
Thanks @jfversluis. I updated the repro project to use your NuGet artifact, however I get errors when trying to build as the .nupkg appears to be missing UWP payload files?
We are seeing this on UWP too. Thanks in advance.
@jfversluis Hi Gerald, just wondering if you possibly have any update on this? A number of of our UWP users are reporting it and it鈥檚 a little ugly to be sure. Thanks!
Unfortunately, I don't have any update to share at this moment, sorry about that. Is there anything from your side that you have discovered in the meantime that could help us get to the cause of this?
Confirmed that this still happens with Xamarin.Forms version 4.40.991265, Windows 10 version 1903. Check of web shows no fix for this yet
Bump. Any possible updates on this?
Allow visibility configuration of Overflow
button would be a solution? https://github.com/xamarin/Xamarin.Forms/issues/10885
Allow visibility configuration of
Overflow
button would be a solution? #10885
I would agree on this because on Android and iOS ToolbarItems / CommandBaritems are fully shown (despite the fact that target devices will usually have smaller screens). This is especially annoying if you need to port an existing app to UWP and the app has many pages with toolbar items with text only which will not be shown until you press the (路路路) button.
@samhouts @PureWeen @hartez @jfversluis Hi XF Team, This is on our priority list too. It's also visual, but it affects every view in the app and looks very amateurish. It was reported back in December 2019.
Most helpful comment
I would agree on this because on Android and iOS ToolbarItems / CommandBaritems are fully shown (despite the fact that target devices will usually have smaller screens). This is especially annoying if you need to port an existing app to UWP and the app has many pages with toolbar items with text only which will not be shown until you press the (路路路) button.