A UserControl is a separate, reusable input control that allows a user to interact with an application.
What is the following error? Ambiguous type reference. A type named 'VisualState' occurs in at least two namespaces, 'System.Windows' …
wpf user-controlsThere are a WPF User Control library and two (or more) User Controls in it. I need to use the …
wpf user-controls resourcedictionaryI have a combobox in a custom control. How can I expose specific events from it such as SelectedIndexChanged or …
c# winforms user-controlsI have user controls defined to represent the contents of tab items so as to split up a large XAML …
wpf user-controls relativesourceCan anyone explain to why Server.Execute() is requiring my rendered UserControls to contain <form> tags (or alternately, …
c# asp.net user-controls asmxI am using Microsoft MVC and C#. I have a usercontrol (example.ascx) created and at the top I'm inheriting …
c# asp.net-mvc user-controls viewmodel viewusercontrolI have created a User Control in my application that has a textbox and then 2 buttons on it. One button …
c# winforms user-controls dialogresultI dynamically load a UserControl into a View that's in a MultiView control. Although the UserControl adds an event handler, …
c# events user-controls multiviewAsp.Net 2.0 framewrok - VB.Net application I have a UserControl containing a Asp.Net DropDownList. Things already researched and \ …
asp.net vb.net drop-down-menu user-controls selectedindexchangedI'm a novice WPF programmer. I'm trying to add some structure to my code: both User Controls and MVVM. Researching …
wpf mvvm user-controls caliburn.micro