Binding WPF Textblock to two properties using Multibinding
In the ancient and cruel world of WPF you might want to populate a TextBlock with a string which will contain data from different sources. For example, you might want to display song and band in a single textBlock like, “Where Do You Go – No Mercy”. The song name and band name can be… Read More »