Write about usercontrol in brief?



Write about usercontrol in brief?..

Answer / Sumit Shrivastav

UserControl is a reusable control in WPF that allows you to create custom controls. It acts as a base class for creating custom controls from existing controls or combining multiple controls into a single composite control. UserControls can be further inherited and extended, making it easier to build complex and flexible UI components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

How to creating windows forms controls dynamically in wpf?

1 Answers  


Explain the difference between static and dynamicresource?

1 Answers  


What are the different kinds of Routed events in WPF?

1 Answers  


What is the namespace that is used for WPF?

1 Answers   Wipro,


What is the way to determine if a freezable object is frozen?

1 Answers  


In Which NameSpace you will find a ‘Popup’ and ‘Thumb’ control in WPF?

1 Answers  


What are two common properties on all the shape classes?

1 Answers  


Write the differences between dynamicresource and staticresource?

1 Answers  


What are the different types of layout controls?

1 Answers  


How can I sort items in a ListBox in WPF?

1 Answers   Tech Mahindra,


What is XBAP?

1 Answers  


Is wpf an mvc?

1 Answers  


Categories