Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wpf

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

Read string word by word with .Substring?

c# wpf string substring

Advantages of UI design in XAML

c# wpf xaml c#-3.0

How to compile shader fx-file for use in WPF?

.net wpf pixel-shader

How to make an an item in a Listbox visibile but unclickable

wpf wpf-controls

Focus problems in datagrid

c# .net wpf focus wpfdatagrid

How to add icon to WPF application desktop shortcut?

wpf icons

AsyncAwait causes unexpected method behavior, Methods runs in wrong thread if called from constructor

c# wpf task async-await

KeyDown before TextChanged event

c# wpf events

Datagrid and Listview with same itemssource

c# wpf listview datagrid

How to show a status dialog while parent form is closing

c# wpf event-handling