N
N
NINFERIO2021-07-12 18:12:55
WPF
NINFERIO, 2021-07-12 18:12:55

How to increase progressbar value?

Hello. Is there a progressbar, how to increase its value (so that the green bar becomes larger)?
on a Windows Form, progressBar1.PerformStep() is used for this;

foreach (String file in OpDi.FileNames)
{.........
 progressBar1.PerformStep();
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-07-12
@NINFERIO

To do this, you can use the Value property

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question