Top "Controls" questions

Use this tag for programming scenarios related to controls (interactive elements of the user interface).

How to get FormControl instance from ControlValueAccessor

I've the following component: @Component({ selector: 'pc-radio-button', templateUrl: './radio-button.component.html', providers: [ {provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => …

angular controls directive accessor
Render OxyPlot graph in Windows Form

I would like to dock an OxyPlot graph in my windows form and graph the function y = 2x - 7. I …

c# winforms controls graphing oxyplot
How to get instance of Panel that holds content of ItemsControl?

Every ItemsControl has its content stored in Panel right ? We can specify the panel to be used in XAML like …

c# .net wpf controls custom-controls
How to add XAML storyboard animation to a full blown WPF Custom Control in an XBAP?

We are creating custom WPF controls (not user controls) for an XBAP application and we would like to add a …

wpf xaml controls xbap
WPF TabItem Element MouseClick Event

In WPF app inside a TabControl there is a TabItem element with one Label. I want to fire the event …

wpf events controls mouseevent tabitem
Persistent dynamic control in ASP.Net

<asp:Button onclick="Some_event" Text="Add TextBox" ID="id1" runat="server" /> //once clicked: <asp:TextBox ID="…

c# asp.net dynamic controls persistent
How can I get an OpenFileDialog in a custom control's property grid?

I'm creating a .net custom control and it should be able to load multiple text files. I have a public …

c# .net controls propertygrid
ZedGraph labels

In ZedGraph, how do I show text labels for each point and in the XAxis all together? If I do …

asp.net controls charts zedgraph
Best way to insert control into tab order?

If there is an existing tab order on a large set of controls on a form, what is the easiest …

c# .net winforms controls tab-ordering
PyAutoGui - Press key for X seconds

I'm currently working on a script that presses the 'w,a,s,d' keys in order to move a character …

python input controls key pyautogui