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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.