Top "User-controls" questions

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

How to provide custom code for InitializeComponent?

When you modify column headers of a ListView at design time, the designer generates code to serialize column headers at …

c# winforms user-controls designer initializecomponent
WPF UserControl in DataTemplate within ItemsControl - how to bind to parent of ItemsSource

The subject line says it all really! I have a user control which can be bound successfully to, say, a …

wpf data-binding user-controls binding itemscontrol
$(document).ready in ascx page after ajax callback

I'm having a little problem with this setup here I have a list of .ascx files and they all do …

jquery asp.net-mvc ajax user-controls actionlink
WPF: Find Resources from UserControl within DataTemplateSelector class

I know there is this thread: How to find a resource in a UserControl from a DataTemplateSelector class in WPF? …

wpf user-controls resources datatemplateselector
Is there any event after Loaded and before showing the user control?

I'm loading user controls in a specific grid in our application and I'm adding animations to the loading user controls …

wpf user-controls onload
ItemsControl button click command

I need some quick help which is a road blocker for me now. I have Button in ItemsControl and I …

wpf mvvm user-controls wpf-controls itemscontrol
How to "continue" OR "exit" the program by pressing keys

Lets say I have 2 lines of code like this: a = [1 , 2 , 3 , 4] print (a) Now I want to add something to this …

python user-controls user-input sys
Displaying custom icon for custom control?

In visual studio when you create a custom control you get this ugly little purple gear thing for an icon …

c# user-controls custom-controls
WPF AvalonDock add Documents

I have a Window with AvalonDock. On startup there is one Document opened which is filled with LocControllers usercontrols (LocControllersViewModel). …

c# wpf mvvm user-controls avalondock
(ModalPopupExtender) two components with the same id can't be added to the application

I have a user control which I add on a page whenever user click on button. Following is the code …

asp.net .net user-controls ajaxcontroltoolkit