MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

PopupBox offsets not working

Open SamirKharchi opened this issue 4 years ago • 0 comments

When using a popupbox the offset values PopupVerticalOffset/PopupHorizontalOffset simply have no effect as can be seen in the following example:

<materialDesign:PopupBox
                Style="{StaticResource MaterialDesignMultiFloatingActionAccentPopupBox}"
                PlacementMode="RightAndAlignBottomEdges"
                PopupVerticalOffset="60"
                PopupHorizontalOffset="30"
                Width="30" Height="30">

which results in the following: Screenshot (63)

SamirKharchi avatar Nov 22 '19 09:11 SamirKharchi