Suchergebnisse für Anfrage "multibinding"

2 die antwort

Label ContentStringFormat mit neuer Zeile

Ich versuche, eine neue Zeile in @ einzufügLabel ContentStringFormat: Content="{Binding Path=(my:MyData.Files)}" ContentStringFormat="{}Number of files:\n {0:#,0}"Irgendwelche Vorschläge

3 die antwort

WPF MultiBinding schlägt fehl. Warum?

2 die antwort

WPF MultiBinding - UnsetValue Issue

Ich habe einen TextBlock. Wenn sein Text gebunden ist als: <Binding Path="Applicant2.Surname"/>Es funktioniert einwandfrei, aber ich möchte die Forenamen einfügen, also änderte ich die Bindung zu: <MultiBinding StringFormat="{}{0} {1}"> ...

TOP-Veröffentlichungen

8 die antwort

Wie kann ich bei der Mehrfachbindung einen konstanten Wert für 1 Bindung übergeben?

Ich habe eine Multi-Bindung wie <TextBlock> <TextBlock.Text> <MultiBinding Converter="{StaticResource myConverter}"> <Binding Path="myFirst.Value" /> <Binding Path="mySecond.Value" /> </MultiBinding> </TextBlock.Text> </TextBlock>Und ich möchte ...

1 die antwort

Multibinding als Ressource in XAML