You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem, when I put a trigger in my TextBox and PasswordBox, which change borderBrush when the pass and user is wrong.
Edit: The way I solved it was to implement an event in the viewModel, and subscribe to a method in the code behind of the view, to change only the border color. That way the style of the UI controls was not removed:
Re edit: Only in ListView is no BaseOn, to do BaseOn="{StaticResource= {Type=ui:ListView}}" in others controls works perfectly, try use other control
Describe the bug
Hello,
as an example, I am defining a ui:ListView:
As soon as
is applied, every Style setting from WPF-UI is gone. Also there is no possibility for BasedOn.
Am I missing something, or is that a Bug?
Thanks!
To Reproduce
See the example above.
Expected behavior
The Style settings from WPF-UI should remain, only the settings changed should be changed.
Screenshots
No response
OS version
Windows 11
.NET version
.NET 8.0
WPF-UI NuGet version
recent stable, and also on preview.
Additional context
No response
The text was updated successfully, but these errors were encountered: