How to clear content of other controls when selecting a new option in combo box using MVVM? [closed]
Closed 3 days ago.
How to clear content of other controls when selecting a new option in combo box using MVVM? [closed]
Closed 3 days ago.
Wpf change the Visiblity of button if the checkbox is not checked
This is my recourse converter
WPF GUI with powershell does not display the count down timer after postpone 3 times
All functions of the gui are working as expected, except one, after the user postpons the start of migration 3 times the postpone button and start button should disappear and start countdown should begin and display countdown of example 10 minutes, but the countdown timer is not displaying
Attached property cannot be created in XAML from designer property window when assigned a TypeConverter
I have a working attached property defined like below
How to let a window use default style but not the UI framework (Lepoco WPFUI) style in WPF?
Recently, I added Lepoco WPFUI UI framework to my project, but I have one window that I want it to use the default style. In this case, I tried some ways but they did not work.
Here is my App.xaml
:
Most concise way of creating a WPF custom control as a composition of other existing controls
I need to create a new control which is composed of a TextBox and a Button. The most concise way I’ve found at the moment is with a CusomControl like this:
Overlapping issue when Panel’s Content exceeds available space, Panel and its Content becomes last layer when comes to overlapping
I am currently developing a card game in WPF, where the user can drag cards from their hand. A dragged card should be always on top when overlapping other controls. Simplifying the problem, lets take a Grid control with 2 children. When comes to overlapping the child (and its contents), which was added to the Grid last, will be the top element. But for some reason when the child’s Content has bigger space demand than actually available for itself, the child and all of its content becomes bottom layer compared to others’ layer level.
WPF 40 px are always overflowing the window on the right
in my WPF Application, i have a own created widget (Gantt
).