Top "Controls" questions

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

Windows Forms' CheckBox CheckedChanged vs. CheckStateChanged

Windows Forms' CheckBox control implements both CheckedChanged and CheckStateChanged events. As far as I can tell, both fire when the …

.net winforms events controls
HTML Editor in a Windows Forms Application

We are looking for a WYSIWYG editor control for our windows application (vb.net or c#) so that users can …

c# .net vb.net winforms controls
How to set which control gets the focus on application start

For a C# Windows Forms application, how do I set the default focus to a given control when my application …

c# winforms controls focus init
How to rebuild the Visual Studio Toolbox?

The toolbox in Visual Studio Professional 2008 has somehow ended up with 12 instances of each control. They are just the standard …

visual-studio-2008 controls toolbox
Align button content

I want the content of a wpf button to be left aligned I tried the following but the text is …

wpf controls templates wpf-controls
Why do my WinForms controls flicker and resize slowly?

I'm making a program where I have a lot of panels and panels in panels. I have a few custom …

c# winforms controls resize flicker
Is there any way to get all the controls on a container control?

I've got a form with a bunch of controls on it, and I wanted to iterate through all the controls …

delphi forms controls iterator vcl
What is LiteralControl? Why is it used?

What is a LiteralControl? I was reading about LiteralContols but I am not sure why they are used. I used …

asp.net controls
Multi-Column ComboBox Controls for Winforms

Please recommend some Multi-Column ComboBox control for Winforms application in .net. Better if they are free. I found Syncfusion - …

.net datagrid controls combobox multiple-columns