Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
If you use a DropDownButtonAdv with the StaysOpen put to true and you move the app or change its state (maximized by exampe), the content of the DropDownButtonAdv remains at the same position: its position is not updated.
<syncfusion:DropDownButtonAdv
SmallIcon="Icons\bug.png"
Label="DEBUG" StaysOpen="True">
<syncfusion:DropDownMenuGroup>
<syncfusion:DropDownMenuItem x:Name="CurrentZoomTB" HorizontalAlignment="Left" Header="CurrentZoom"/>
<syncfusion:DropDownMenuItem x:Name="HorizontalOffsetTB" HorizontalAlignment="Left" Header="HorizontalOffset"/>
<syncfusion:DropDownMenuItem x:Name="VerticalOffsetTB" HorizontalAlignment="Left" Header="VerticalOffset"/>
<syncfusion:DropDownMenuItem x:Name="ViewportHeightTB" HorizontalAlignment="Left" Header="ViewportHeight"/>
<syncfusion:DropDownMenuItem x:Name="ViewportWidthTB" HorizontalAlignment="Left" Header="ViewportWidth"/>
</syncfusion:DropDownMenuGroup>
</syncfusion:DropDownButtonAdv>
Thank you in advance.