Top "User-controls" questions

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

Proper cleanup of WPF user controls

I am relatively new to WPF, and some things with it are quite foreign to me. For one, unlike Windows …

wpf user-controls dispose finalizer
Need guidance to start with Zend ACL

I am currently working on a site that requires ACL and as I am using Zend, it makes sense for …

php zend-framework authentication user-controls acl
Access ASP.NET control from static [WebMethod] (JS ajax call)

I have a ASP.NET WebSite and a custom control (lets call it myControl) on it. I need to call …

c# asp.net ajax user-controls pagemethods
WPF DataGrid - Why the extra column

I have a WPF app that uses DataGrid to display some data. When I run the program there is an …

wpf c#-4.0 user-controls wpfdatagrid
Add user control to web part in Sharepoint 2013

I've got a visual web part (created with standart Visual Stuido 2012 template from "Add new item" form) with just a …

sharepoint user-controls web-parts sharepoint-2013
UserControl as DataTemplate inside ListBox

I want to reuse my UserControls in other UserControls like page or window as DataTemplates, in this example inside a …

binding mvvm user-controls listbox datacontext
How to render a formula in WPF or WinForms

Update 2018 TL;DR; LaTEX for WPF https://github.com/ForNeVeR/wpf-math Original question I need to have a way to …

c# wpf winforms user-controls
Exposing inner Control properties for binding in WPF

[Edit]: I figured out how to do this on my own. I posted my solution in the hope that it …

wpf binding user-controls combobox
C# How to draw in front of objects?

How do you draw a string that is supposed to be on top of everything else? Right now in my …

.net graphics user-controls paint drawstring
WPF ControlTemplate vs UserControl

I've recently made an UserControl, which took quite a long time, because I had to work with custom Dependency Properties …

wpf mvvm user-controls controltemplate