Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wpf

Binding position of element to another element's bounding box

wpf

How to minimize/maximize the Ribbon

wpf ribbon minimize maximize

Keep Windows awake when a WPF application is running

c# wpf backgroundworker

How can I make a WPF element resize after rotation, rather than before?

.net wpf xaml .net-3.5 layout

TextBox is not invalidated for the second time

c# wpf

Metro 8 - Binding ListView causes System.ArgumentException "Value does not fall within the expected range"

c# wpf xaml microsoft-metro

WPF ControlTrigger IsMouseOver

wpf

OxyPlot, Points not in LineSeries

c# wpf xaml mvvm oxyplot

Validation, Show Data Error on multiple controls

c# wpf validation

MarkupExtension: changing constructor argument is not evaluated in design time

Why is this Observable blocking the WPF GUI thread (C#)?

DataTemplate with Style and DateTriggers from code

c# .net wpf styles datatemplate

WPF Binding: How to bind a name from a list of filepaths to text of TextBlock in ListBox?

c# wpf list data-binding listbox

how to fade out a data bound text block when the property it is bound to is changed, using MVVM

How to use binding in a WPF DataTemplate that is inside a Style

c# .net wpf templates binding