[WPF] Creating grouped content in XAML to hide.
Hi,
Is it possible to group multiple UI elements into a group, and then hide the entire group, while also being able to access each individual elemt of the group. This is just pseudocode of what I wish to achieve:
Then from C# I can do something like
Hope this is possible, so I don't have to hide each element individually.
Thanks
2 Replies