Hallo Leute
Ich will einen Textblock programmatisch erstellen und dazu gehört auch ein Binding.
So sieht es in xaml aus:
<TextBox Height="89" HorizontalAlignment="Left" Margin="142,105,0,0" Name="notenBox" Text="{Binding note, Mode=TwoWay}" VerticalAlignment="Top" Width="318" />
Wie kann jetzt auf note im Programm binden?
Gruss
Cr3dos