Thanks for addressing. One item without neither image not text caused this issue.
Resolved now.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Here is my toolbar item
In secondary toolbar item, empty space occurs before first element.
<Shell.ToolbarItems>
<ToolbarItem IconImageSource="fontsize" Order="Primary"/>
<ToolbarItem IconImageSource="search" Order="Primary"/>
<ToolbarItem x:Name="menulist" Order="Secondary"/>
<ToolbarItem Order="Secondary" Text="About" Priority="0"/>
<ToolbarItem Order="Secondary" Text="Settings" Priority="1"/>
<ToolbarItem Order="Secondary" Text="Logout" Priority="2"/>
</Shell.ToolbarItems>
PFA Image for reference.
Could anyone help me find the cause .
Thanks, Gnana
Thanks for addressing. One item without neither image not text caused this issue.
Resolved now.
Hello,
There are two ToolbarItems whose order is Primary
, you could try to check if the issue is related to this. As you Gnana said, one item without neither image not text caused this issue. Thanks for your sharing.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.