xaml - How to populate WPF Label based on 2 or more WPF TextBoxes? -



xaml - How to populate WPF Label based on 2 or more WPF TextBoxes? -

i have 3 wpf textboxes have segments of url.

i want have segments merged see total url within wpf label.

how can reach xaml?

also want update label when user changes textboxes.

thank you!

use multibinding stringformat.

you may want set updatesourcetrigger propertychanged fellow member bindings. create sure combined text gets updated user types text , not after leaves text box.

wpf xaml

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -