Top "Binding" questions

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

WPF TextBlock Binding doesn't work

I try bind Text property of TextBlock to my property but text does not update. XAML <Window x:Name="…

c# wpf xaml binding textblock
Use "real" CultureInfo.CurrentCulture in WPF Binding, not CultureInfo from IetfLanguageTag

In my case: I have a TextBlock Binding to a property of type DateTime. I want it to be displayed …

c# wpf binding currentculture
tkinter: binding mousewheel to scrollbar

I have this scroll-able frame (frame inside canvas actually). import Tkinter as tk class Scrollbarframe(): def __init__(self, parent,xsize,…

python binding tkinter scrollbar mousewheel
Binding only part of the margin property of WPF control

I have this: <TabControl Margin="0,24,0,0">...</TabControl> I want to bind only the "Top" part of the …

wpf binding margin
How to get view from drawer header layout with binding in activity?

So this is my activity_main.xml: <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.…

android android-activity view binding drawer
How to raise PropertyChanged event without using string name

It would be good to have ability to raise 'PropertyChanged' event without explicit specifying the name of changed property. I …

.net reflection binding lambda inotifypropertychanged
Understand WPF Binding CommandParameter="{Binding}"

Maybe this is a dumb question, but I can't find the answer: in the following xaml what does CommandParameter binding …

wpf binding
Pass command parameter from the xaml

I try to do something like this: <DataGrid Name="myGrid" ItemSource="{Binding Path=MyCollection}"> <DataGrid.ContextMenu> &…

wpf xaml binding mvvm icommand
Binding to static class property

I want to bind a textblock text to a property of a static class. Whenever the property value of the …

c# wpf binding textblock
List all bindings of an element (with jQuery)

Is there a way to list all bindings on a jQuery element? jQuery's bind() does only seem to attach them …

javascript jquery binding