python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to change Button Image when ListView is empty through a trigger
I would like to change the image of an WPF Button on ListView empty, but I don't now which is the property I must set from the trigger.
<Style x:Key="DisableOnEmptyLvStyle" TargetType=&qu...
Willy
Votes: 0
Answers: 2
Why PasswordBox is not getting a rounded corner style?
I wrote a style code for TextBox rounded corner and it worked. But When I tried the same code just changing the TargetType field to PasswordBox It didn't work for PasswordBox.
Thanks in advance.
This ...
Krishna Tamakuwala
Votes: 0
Answers: 1
WPF TabControl style crashes when attaching colors as DynamicResource
I am trying to apply a azure-like style to my WPF TabControl as explained here.
I want to achieve this look and feel:
<UserControl.Resources>
<ResourceDictionary>
<SolidColorBru...
Willy
Votes: 0
Answers: 2
'StaticResourceExtension' is not valid for Setter.Value. - new error after installing VS2022
I have a little WPF I am creating (Self taught).
It was created in VS2021 I believe however my PC died (Motherboard).
I have reinstalled everything on a new PC and brought over the backups and have si...
Glenn Angel
Votes: 0
Answers: 0