Top "Controls" questions

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

How do you add a scrollbar to a Panel control with many controls in windows form application?

How do you add a scrollbar to a Panel control with many controls in windows form application?

winforms controls scrollbar panel
C# WPF how to set location,width and height of the controls programmatically?

I'm doing my first WPF application. im having problem whereby when my form is maximized or fullscreen, my controls wont …

c# wpf controls wpf-controls dockpanel
How to change disabled background color of TextBox in WPF

I've seen the following thread which is related to my question: WPF ComboBox: background color when disabled The above deals …

wpf templates textbox background controls
How to implement a blinking label on a form

I have a form that displays queue of messages and number this messages can be changed. Really I want to …

c# winforms controls usability user-experience
Programmatically Add Controls to WPF Form

I am trying to add controls to a UserControl dynamically (programatically). I get a generic List of objects from my …

wpf dynamic controls
Setting Button FlatStyle in WPF

I have just been learning about how styles and control templates in WPF can affect the appearance of buttons, I'm …

c# wpf controls styles
How to detect that Ctrl+R was pressed?

I'm coding a function in jquery that executes if Ctrl+R is pressed but I can't seem to find out …

jquery controls keycode
How to access WPF MainWindow Controls from my own .cs file

I am a NOVICE and am very much struggling with what seems should be a very simple task. How do …

c# wpf controls
Controlling simple relay switch via USB

I'm looking to control a mains powered light from a simple relay switch connected via USB to the computer. The …

usb controls device power-management peripherals