Use this tag for programming scenarios related to controls (interactive elements of the user interface).
I have a CheckedListBox previously populated. I want to loop with a "for each / next" through all items in the …
vb.net object foreach controls checkedlistboxI was wondering about the difference between using a Control’s Hide() method compared to setting the Visible property to …
c# winforms controlsI need something just like this: (I need both the TreeView and the ListView aspects. That is, Hirearchy and Columns.) …
wpf controls treelistviewMy application collects business data from various sources, aggregates it, groups and filters, and needs to display it. Pretty uncommon, …
wpf controls wpf-controls dashboardI have a checkbox and a panel inside of a FormView control, and I need to access them from the …
asp.net vb.net controls code-behind formviewHow do I find the TabIndex property of the control who has the active focus at runtime. I am using …
javascript asp.net controls tabindexIs there a built-in color-picker in Windows Forms?
.net winforms colors controls color-pickerIs it possible to determine if at least one pixel of a control can be seen (by a property or …
c# winforms controlsI have a problem. I need to host grid with controls in ScrollViewer to prevent textbox from being either truncated …
wpf controls panels