python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
User control of Keydown Event, combination of three keys windows form c#
Hello I hope you can help me.
I have a user control that has the ProcessCmdKey method overridden and it works fine for one key, but the need arose to combine three keys and I don't know how to do it s...
Napoleon
Votes: 0
Answers: 0
how to set responsive width for user control in win forms
I'm working on a windows form application and I have a parent form I call the user controls through it, the problem is when the parent form is maximized the user control appears well
but when I minim...
M.J
Votes: 0
Answers: 1
How to refer to the child elements of User Control by name, not by index?
There are 2 User Controls (names in the picture). I need to access the child controls inside the main User Contol and change their properties from anywhere in the program.
At the moment, I change the ...
Tatami
Votes: 0
Answers: 1
WPF Bindings of a Custom User Control with a ComboBox containing a DataTemplate
I am trying to create a Custom User Control with a ListView in it that contains a Data Template looking like this:
<ComboBox ItemsSource="{Binding ItemsSource, ElementName=root}"...
CKnodyvara
Votes: 0
Answers: 2