0 votes
in WPF by
Write about UserControl in brief.

1 Answer

0 votes
by

UserControl wraps existing controls into a single reusable group. It contains a XAML file and a code. UserControl cannot be styled or templated.

...