Top "User-controls" questions

A UserControl is a separate, reusable input control that allows a user to interact with an application.

Visual Studio 2010 Designer Error on Run

I am using using VS2010 and if I have a form open in designer mode and run my application the …

winforms visual-studio-2010 user-controls designer
Custom vs User control

I've been reading some explanations about the difference between User and Custom Controls, for example this: http://www.wpftutorial.net/…

wpf user-controls wpf-controls custom-controls viewmodel
ASP.NET Custom user control to add dynamically

I have hard time to modify a page that had a Custom User Control directly to the ASPX page and …

asp.net dynamic webforms user-controls
WPF UserControl Design Time Size

When creating a UserControl in WPF, I find it convenient to give it some arbitrary Height and Width values so …

wpf user-controls autosize
How to create a WPF UserControl with NAMED content

I have a set of controls with attached commands and logic that are constantly reused in the same way. I …

c# wpf xaml user-controls controls
How to work with delegates and event handler for user control

I have created a user control that contains a button. I am using this control on my winform which will …

c# user-controls event-handling delegates custom-event
How to access properties of a usercontrol in C#

I've made a C# usercontrol with one textbox and one richtextbox. How can I access the properties of the richtextbox …

c# user-controls properties richtextbox
WPF Window.Close() not triggering UserControl.Unloaded event

I have a Window that contains a custom UserControl. The UserControl needs to know when the Window containing it has …

wpf events user-controls
WPF - Hosting content inside a UserControl

I'm trying to create a user control that has a Grid with two rows. the first row for a title …

wpf user-controls