Answer the question
In order to leave comments, you need to log in
How to properly handle events?
I want to make a volume mixer and for this I output its elements:
Like this:
lstBox.Items.Add(pw.WindowTitle);
lstBox.Items.Add(new Slider { Minimum = 0, Maximum = 100, Width = 500, IsMoveToPointEnabled = true, });
Answer the question
In order to leave comments, you need to log in
Inherit slider in your control
https://docs.microsoft.com/ru-ru/dotnet/api/system
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question