Top "Binding" questions

This tag means different things in different contexts; consider using less ambiguous tags instead or in addition.

WPF - How to bind a DataGridTemplateColumn

I am trying to get the name of the property associated with a particular DataGridColumn, so that I can then …

c# wpf binding datagrid datagridtemplatecolumn
Binding ContentControl Content for dynamic content

I'm currently trying to achieve the functionality of a tabcontrol with hidden tabs by using a ListView (as tabs) and …

c# wpf xaml binding contentcontrol
How to put a unicode character in XAML?

I'm trying to do this: <TextBlock Text="{Binding Path=Text, Converter={StaticResource stringFormatConverter}, ConverterParameter='&\u2014{0}'}" /> …

wpf xaml unicode binding
WPF Binding to change fill color of ellipse

How do I programmatically change the color of an ellipse that is defined in XAML based on a variable? Everything …

c# wpf xaml binding ellipse
MVVM: Binding radio buttons to a view model?

EDIT: Problem was fixed in .NET 4.0. I have been trying to bind a group of radio buttons to a view …

c# wpf mvvm binding radio-button
WPF StringFormat on Label Content

I want to format my string binding as Amount is X where X is a property bound to a label. …

wpf wpf-controls binding wpftoolkit wpfdatagrid
PropertyChanged event always null

I have the following (abbreviated) xaml: <TextBlock Text="{Binding Path=statusMsg, UpdateSourceTrigger=PropertyChanged}"/> I have a singleton class: …

c# .net wpf binding inotifypropertychanged
How can I use an ElementName binding within a ControlTemplate?

I have multiple TextBlocks which reference different elements in my application. My code works fine when used directly in the …

wpf xaml binding controltemplate
A 'Binding' can only be set on a DependencyProperty of a DependencyObject

From a custom control based on TextBox, I created a property named Items, in this way: public class NewTextBox : TextBox { …

c# wpf binding user-controls dependency-properties
react-native onPress binding with an argument

The desired behaviour is to pass an argument (text) to the onClick handler to console.log it but it seems …

binding react-native