N
N
Nikolai Kupstas2011-09-05 20:39:23
C++ / C#
Nikolai Kupstas, 2011-09-05 20:39:23

WPF

When writing a player in WPF, which element should I use for the sound indicator and timeline?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Paulskit, 2011-09-05
@Paulskit

Actually, there are no definite recommendations. If from the standard, then the most primitive is Slider and ProgressBar. If you want to be creative, create your own User Control, draw the appearance (the simplest is canvas and primitives) and define the behavior. In WPF, making a beautiful control is not a problem. Another option is to redraw the appearance of standard controls.

E
EasyX, 2013-11-29
@EasyX

Since the control (rewind, volume) is implied, the slider is perfect. It remains only to redraw the control.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question