A UserControl is a separate, reusable input control that allows a user to interact with an application.
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 designerI'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 viewmodelI have hard time to modify a page that had a Custom User Control directly to the ASPX page and …
asp.net dynamic webforms user-controlsI have a ASP.NET page with 2 user controls registered. The first one has only one button in it. The …
asp.net user-controls findcontrol contentplaceholderWhen creating a UserControl in WPF, I find it convenient to give it some arbitrary Height and Width values so …
wpf user-controls autosizeI have a set of controls with attached commands and logic that are constantly reused in the same way. I …
c# wpf xaml user-controls controlsI 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-eventI've made a C# usercontrol with one textbox and one richtextbox. How can I access the properties of the richtextbox …
c# user-controls properties richtextboxI have a Window that contains a custom UserControl. The UserControl needs to know when the Window containing it has …
wpf events user-controlsI'm trying to create a user control that has a Grid with two rows. the first row for a title …
wpf user-controls