FlyoutBase.ShowAttachedFlyout
seems to break style :pointerover
selector
#18434
Unanswered
CenturySpine
asked this question in
Q&A
Replies: 2 comments
-
Inspecting the visual tree before & after the flyout show, we clearly see that the popup overlay "steels" the pointover state |
Beta Was this translation helpful? Give feedback.
0 replies
-
Convention isn't to use Avalonia/src/Avalonia.Controls/Button.cs Line 38 in c925ca5 That said you might have to write your own control to get what you want exactly. I'm not sure it's really standard what you are doing. |
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
-
Hello all.
I'm trying to display a flyout on listbox item pointer over.
I have a style selector :pointerover which works fine as long as I don't show my attached flyout.
As soon as I call
FlyoutBase.ShowAttachedFlyout
, the :pointerover style disapears....The xaml
The code behind to manage & show the flyout
The intended result is that I should have my pointer over visual hint/style and the opened flyout at the same time.
Am I doing something wrong ?
Beta Was this translation helpful? Give feedback.
All reactions