This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Replies: 2 comments
-
|
What if you will use binding to the listbox directly? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @maxkatz6 Btw the workaround was your answer about this discussions about several classes styles with Avalonia : |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have an issue when I'm using a DataTriggerBehavior on ListboxItem.
I want just to set background (after that, my final purpose is to set template and contentTemplate) on listboxItem with ChangePropertyAction like this :
Did I missing something on the DataTriggerBehavior current behavior because the property won't change after DataTrigger ?
I have checked if the binding have the right value and it's that case.
After check, it's maybe related to this issue ? Can't use static object binding with DataTriggerBehavior
Thank in advance.
Beta Was this translation helpful? Give feedback.
All reactions