Part of a series of tutorials on creating WPF applications in C#
We take the previously created chat bubble and turn it into an adaptive control using View Model binding.
Using the view model's SentByMe value primarily, we re-style the same chat bubble to show as one sent by us with a different background color, alignment and style.
Source code: https://github.com/angelsix/fasetto-word/tree/43d8a036d79947f3432bfd500a03a2faebb1fd68
Latest code: https://github.com/angelsix/fasetto-word
Download
0 formats
No download links available.
C# WPF UI Tutorials: 15 - Adaptive Control Design with View Model Binding | NatokHD