HOME c8d2baa342 QVCopier: Custom Progress Bar; Layout confirm; Controls named 2 years ago
..
README.md c8d2baa342 QVCopier: Custom Progress Bar; Layout confirm; Controls named 2 years ago
TextProgressBarControl.cs c8d2baa342 QVCopier: Custom Progress Bar; Layout confirm; Controls named 2 years ago
TextProgressBarDisplayMode.cs c8d2baa342 QVCopier: Custom Progress Bar; Layout confirm; Controls named 2 years ago

README.md

# TextProgressBar Component based on ProgressBar;

Have no blinking/flickering

Have following properties in Visual Studio Properties section:

  • Visual mode:
    • NoText - no text displayed over ProgressBar
    • Percentage - How many % passed
    • CurrProgress - "256/500"
    • CustomText - display Text
    • TextAndPercentage - "CustomText: 50%"
    • TextAndCurrProgress - "CustomText: 256/500"
  • TextColour
  • TextFont
  • Text - display custom text in case of selection mode with customText support.
  • ProgressColor

So its really simple in use.

Have wrote no blinking/flickering TextProgressBar

You can find source code here: https://github.com/ukushu/TextProgressBar

Samples

NoText:

enter image description here

Percentage mode:

no blinking/flickering TextProgressBar

Text Mode:

no blinking/flickering TextProgressBar

Progress Mode:

enter image description here

Text + Precentage Mode:

enter image description here

Text + Progress mode:

enter image description here