Closed TheJoeFin closed 2 years ago
Looks like we didn't provide a style override for that type in Winui2 https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/CommonStyles/InkToolbar_themeresources.xaml. You could probably construct a style of your own that includes the missing elements.
Describe the bug The
InkToolbarCustomToolButton
does not have the same UI as the built-inInkToolBarToolButtons
Steps to reproduce the bug Steps to reproduce the behavior:
Add a
InkToolbarCustomToolButton
to anInkToolbar
. Run app Click on theInkToolbarCustomToolButton
Expected behavior Expect the custom button (lasso tool) to look like the built-in tool (eraser tool)
Screenshots Here is a .gif showing the missing the same UI which is present on the other toolbars, the highlighted background and the chevron at the bottom.
Here is the code from the above .gif
Version Info
NuGet package version: [Microsoft.UI.Xaml 2.7.0-prerelease.210827001]