Replies: 1 comment
-
Flyout is not a control, it is just a dependency object that creates a popup that is inserted into the tree. The root of the content is a FlyoutPresenter with the style FlyouPresenterStyle The default FlyoutPresenterStyle template binds the ScrollViewer attached properties to the scroll viewer in the template, however there isn't any code that forwords these attach property from the flyout to the flyout presenter. We could add that code, and probably should, we forward some other poperties. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I basically ran into this issue:
https://social.msdn.microsoft.com/Forums/en-US/ef4b2b75-6356-42d1-8a6d-434ee56c8c0d/why-does-the-flyout-not-resize-sensibly?forum=w81prevwCsharp
I found out, that this is a possible solution to fix it:
But why does the following not work? Is this a bug?
The related theme file is:
https://github.com/microsoft/microsoft-ui-xaml/blob/release/2.5/dev/CommonStyles/FlyoutPresenter_themeresources.xaml
Beta Was this translation helpful? Give feedback.
All reactions