Top "Controls" questions

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

How to allow user to drag a dynamically created control at the location of his choice

I am creating an application where I need to generate dynamically created controls say textbox or label etc. Now what …

c# winforms controls draggable
Inheriting validation using ControlValueAccessor in Angular

I have a custom form control component (it is a glorified input). The reason for it being a custom component …

forms angular validation controls
Find Parent of Control by Name

Is there a way to find the parents of a WPF control by its name, when the name is set …

wpf controls parent
what is hypermedia , hypermedia controls, hypermedia formats

I'm currently reading "Rest in practice" book . I'm unable to understand the following terminology Hypermedia , hypermedia format, hypermedia controls, Domain …

rest controls hateoas hypermedia
Can I make the maximum value of a NumericUpDown control unlimited instead of specifying a value in its Maximum property?

As the title says, is there a way to make the maximum value of a NumericUpDown control unlimited instead of …

c# .net winforms controls
How do you determine which validator failed?

I am working with a page and I am getting an Page.IsValid = false and I am trying to determine …

asp.net controls validation
Handle editable hierarchical data / TreeView~DataGrid hybrid

I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio …

wpf datagrid controls treeview wpf-controls
How do I keep my winforms controls from overlapping when I expand the application?

I have a pretty simple winforms application. It contains a rich edit box, embedded browser, progress bar, a few buttons …

c# winforms controls overlapping
VLC remotely control from C#

i'm trying to control the VLC Media Player from C#. I tried getting a handle on the window with the …

c# controls vlc
How to Dynamically Create Tabs

This is in C# I Need to basically make TabPages from a textbox.Text so for example: textBox1.Text = "test"; …

c# winforms dynamic controls tabpage