Posts by D.Fernandes • 3 points
2 posts
-
0
votes1
answer41
viewsQ: WPF - Trigger elements within a wrap panel
I have a wrap panel that contains several dockpanels, and I need each dockpanel to change its background by hovering over it. I don’t think creating a Rigger for every element would be appropriate.…
-
0
votes1
answer248
viewsQ: How to move a window using a button? c#
I have an application in WPF that has no borders or background, it’s just a stylized button with an image and a frame, but I would like it to be possible to move it. My current code is like this:…