Use this tag for programming scenarios related to controls (interactive elements of the user interface).
It seems that ASP.NET validators do not validate hidden fields. I get messages like this: Control 'hiddenField' referenced by …
c# asp.net validation webforms controlsIs there a way to put limits on the OrbitControls.js? Imagine I'm creating something above the ground, I wouldn't …
three.js controlsI am interested in showing list of 12 months like in similar way to datepicker's month selection control. But i don't …
vb.net winforms controls datepicker monthcalendarI have a general idea, and there are some obvious cases, but there are also some gray areas for me …
c# user-controls controls componentsApplications which run on mobile devices have special user interface requirements. I think Apple did a great job introducing innovative …
windows-mobile compact-framework controls user-interfaceIn Windows Forms controls, there are two properties: ReadOnly and Enabled. What is the difference between these two properties? I …
c# winforms controlsWhat is the difference between a Control and a UserControl in .NET WinForms? I want to create a custom control, …
.net winforms user-controls controlsI have a Dockpanel with items inside a Canvas. The Dockpanel and any other items (Grid etc) that I place …
wpf canvas controls components